/*default CSS for SAG scroller*/

.sagscroller{
width: 307px;  /*default width of scroller*/
height:215px;
overflow:hidden;
position:relative;
margin-top:10px;
}
.sagscroller h3{
	border:0px;
}
.sagscroller ul{
position:absolute;
margin:0;
padding:0;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
}

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

div#mysagscroller2{
width: 315px; /*width of scroller*/
height:300px;
border:7px solid #C0C0C0;
}

div#mysagscroller2 ul li img{
border-width:0;
display:block; /*this causes each image to be flush against each other*/
}