/*default CSS for SAG scroller*/
.ul{list-style:none; margin:0px;}
.sagscroller{
width: 256px;  /*default width of scroller*/
height:142px;
overflow:hidden;
position:relative;


}

.sagscroller a{
font-weight:bold;
}

.sagscroller ul{
position:absolute;
margin:0;
padding:0;
background:white;
list-style:none;
width: 100%;
z-index:0!important;
}

.sagscroller ul li{
display:block;
margin:0px 0px 10px 0px;
font-size:12px;
}
.sagscroller ul li span{font-weight:bold;}

.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;
}


/***********************mysagscroller**********************/


/* #SAG scroller demo #1 */

div#mysagscroller{
width: 256px; /*width of scroller*/
height:142px;
}

div#mysagscroller ul li{
font-size:12px;
color:white;
padding:5px;
margin-bottom:5px; /*bottom spacing between each LI*/
}

div#mysagscroller ul li:first-letter{
font-size:28px;
background:white;
color:black;
padding:0 2px;
margin-right:2px;
}


/* #SAG scroller demo #2 */

div#mysagscroller2{
width:256px; /*width of scroller*/
height:142px;
}


/***********************end mysagscroller**********************/
