/*default CSS for SAG scroller*/
.sagscroller{
width:230px;  /*default width of scroller*/
height:420px;
margin:0;
overflow:hidden;
position:relative;
border:0px solid #ff0000;
}
.sagscroller a{
}
.sagscroller ul{
position:absolute;
margin:0;
padding:0;
list-style:none;
width: 100%;
}
.sagscroller ul li{
display:block;
border:0px solid #ff0000;
padding:3px 0;
}
.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
}
.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
margin-top:5px;
background: #eee;
font-size:12px;
clear: both;
}