#newsScroller{ 
	width:820px; 
	height:25px;
	background:#d5d5d5;
	overflow:hidden;
}
#ticker01{ height:25px; position:relative; margin:0; padding:0; list-style:none; background:#d5d5d5; }
#ticker01 li{display:inline; float:left; margin-left:15px; background:#d5d5d5;}
#ticker01 li a{
	color:#666666;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	background:#d5d5d5;
}
#ticker01 a:hover{
	text-decoration:underline;
}

.tickercontainer{
	background:#d5d5d5;
}