/*default CSS for SAG scroller*/

.sagscroller{
width: 670px;  /*default width of scroller*/
height:145px;
min-height:50;
overflow:hidden;
position:relative;
}

.sagscroller a{
font-weight:bold;
}

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

.sagscroller ul li{
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:5px;
font-size:12px;
clear: both;
}



/* #SAG scroller demo #1 */

#mysagscroller{
width: 630px;  /*width of scroller*/
min-height:85px;
overflow:hidden;
}

#mysagscroller ul li{
	margin-top:20px;
color: #5A5A5A;
font-size: 11px;
font-style: italic;
height:120px;
min-height:50;
}

#mysagscroller ul li:first-letter{
color:black;
}


