div#mysagscroller2{
width: 160px; /*width of scroller*/
height:400px;
margin-top:20px;
margin-left:8px;
}

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

.sagscroller{
width: 100px;  /*default width of scroller*/

overflow:hidden;
position:relative;

}


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

.sagscroller ul li{
display:block;
border:1px solid #CCCCCC; margin-bottom:25px; padding:5px;
text-align:center;
}


.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;
}
