/* liScroll style declarations */

.tickercontainer {
	color: #ffffff;
	width: 950px;
	height: 27px;
	margin: 0;
padding: 0 overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 10px;
	width: 930px;
	overflow: hidden;
	height: 12px;
}
ul.newsticker {
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #F7E6CF;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
	text-decoration: none;
}

ul.newsticker a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
