/*default CSS for SAG scroller*/

.sagscroller{
position:absolute;
width: 250px;  /*default width of scroller*/
height:330px;
overflow:hidden;
left:0px;
/*border:1px solid orange;*/
margin:0px;
text-align:left;
}

.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;
background:#AAD0C1;
color:#111111;
padding:5px;
margin-bottom:1px; /*bottom spacing between each LI*/
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
font-size:90%;
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:12px;
clear: both;
}