.tickercontainer {
	width:650px; 
	height:25px; 
	margin:0; 
	padding:0;
	overflow:hidden; 
}

.tickercontainer .mask {
	position:relative;
	left:10px;
	top:8px;
	width:630px;
	overflow:hidden;
}

ul.newsticker {
	position:relative;
	left:650px;
	color:#6f6d6d;
	font-weight:bold;
	list-style-type:none;
	width:100000%;
}

ul.newsticker li {
	float:left;
}

ul.newsticker span {
	margin:0 10px 0 30px;
	font-weight:bold;
	color:#000;
} 

