/*default CSS for SAG scroller*/
 

.sagscroller{
width: 100%;  /*default width of scroller*/
height:600px;
overflow:hidden;
position:relative;
--border:2px solid #ff8c00;
--border-radius: 8px; /*css3 round corners*/
-moz-border-radius: 8px; /*css3 round corners*/
-webkit-border-radius: 8px; /*css3 round corners*/
z-index:0;
}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
list-style:none;
width: 100%;
}

.sagscroller ul li{
display:block;
border-bottom:3px solid #1d1f1f;
}

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


div#mysagscroller2{
width: 100%; /*width of scroller*/
height:600px;
--border:3px solid black;
z-index:0;
}

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

div#mysagscroller2 ul li{
 margin:auto auto 30px auto;
 /*this causes each image to be flush against each other*/
}