@charset "utf-8";
/* CSS Document */

 
.sagscroller { font-family:Segoe UI,Arial,Sans-Serif;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 200px;
}
.sagscroller a {
   font-weight:normal; color:#39a0ed;
}
.sagscroller ul {
    list-style: none outside none;
    padding: 0;
    position: absolute;
    width:273px;
}
.sagscroller ul li {
    display: block;
    margin-left:10px; margin-right:10px;
}

.sagscroller ul li .rsscontent {
    font-size: 90%;
}
.sagscroller ul li .rsslabel {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    margin-top: 5px;
}


          
