#newsTicker {
	width:885px;
	overflow:hidden;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#newsContainer {
	opacity:0.0;
	filter:alpha(opacity=0);
	display:none;
}

#newsTicker a {
	color:#466987;
	text-decoration:none;
	display:block;
	float:left;
	overflow:hidden;
}

#newsTicker a:hover span {
	text-decoration:underline;
	/*color:#466987;*/
}

#newsTicker a span {
	padding-right:60px;	
}