#newsTicker{
	height:25px;
	width:900px;
	margin:0 auto;
	color:#ccc;
	position:relative;
	margin-bottom:5px;
}

#newsTickerInner{
border:solid 1px #fff;
width:876px;
height:25px;
position:absolute;
top:0;
left:11px;
overflow:hidden;
font-size:18px;
z-index:10;
}

#tickerArrowLeft{
position:absolute;
top:3px;
left:0;
width:10px;
}

#tickerArrowRight{
position:absolute;
top:3px;
right:0;
width:10px;
}

#newsTicker span{
 text-decoration:none;
 color:#fff;
 cursor:pointer;
}

#tickerSCroll{
position:absolute;
top:0;
left:0;
white-space:nowrap;
z-index:-1;
}

#newsTicker span:hover{
 text-decoration:underline;
 color:#990000;
}
