/*default CSS for SAG scroller*/

.sagscroller{
width: 0px;  /*default width of scroller 200px*/
height: 0px; /* 250px; */
overflow:hidden;
position:relative;
/*margin:0 auto;*/
/*text-align:center;*/
border:0;   /* 7px solid black; */
/* border-radius: 8px; /*css3 round corners*/ */
/* -moz-border-radius: 8px; /*css3 round corners*/ */
/* -webkit-border-radius: 8px; /*css3 round corners*/ */
}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0 0 0 14px; /*0*/
padding:0;
background:transparent; /*white;*/
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

.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;
}