@charset "utf-8";

 


.sagscroller{
width: 400px;  
height:120px;
overflow:hidden;
position:relative;

}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
background:white;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

.sagscroller ul li .rsscontent{ 
font-size:90%;
}

.sagscroller ul li .rsslabel{ 
margin-top:5px;
background: #eee;
font-size:12px;
clear: both;
}

