ticker01 {
	height: 20px;
	overflow: hidden; 
	border-bottom:1px #ccc solid;
}
.tickercontainer {
	background: #fff; 
	width: 960px; 
	height: 20px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 3px;
	width: 960px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 750px;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 50px 0 0;
	text-decoration:none;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 