.tickercontainer {
	/*width: 800px;*/
	/*height: 27px;*/
	overflow: hidden;
	/*border: 4px solid  #666;*/
	/*margin: 25px 0px 15px 100px;*/
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	/*top: 5px;*/
	/*width: 780px;*/
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 200px;
	list-style-type: none;
}
ul.newsticker li {
	float: left;
}
ul.newsticker a {
	white-space: nowrap;
	text-decoration: none;
	color: #093;
	margin-right: 50px;
}
ul.newsticker a:hover {
	color: #660;
}
ul.newsticker span {
	margin-right: 10px;
}