/*default CSS for SAG scroller*/

.sagscroller{
font-family: Verdana, arial, sanserif;
width: 500px;  /*default width of scroller*/
height:150px;
overflow:hidden;
position:relative;
border:4px solid #008800;
border-radius: 12px; /*css3 round corners*/
-moz-border-radius: 8px; /*css3 round corners*/
-webkit-border-radius: 8px; /*css3 round corners*/
}

.sagscroller a{
font-weight:bold;
color: #008800; 
}

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

.sagscroller h3{
font-size: 18px; 
color: #004400; 
background:white;
}

.sagscroller ul li{
font-family: 12px; 
background-image:url('http://www.bizville.com/images/bg.jpg');
padding-left: 8px; 
padding-right: 3px; 
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:0px;
background: #fff;
background: #eeeeee; 
clear: both;
}