@charset "utf-8";

ul#urgency {
	width: 510px;
	height: 16px;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	color: #fff;
}

.tickercontainer {
	width: 510px;
	height: 16px;
	overflow: hidden;
	color: #333;
}

.tickercontainer .mask {
	width: 510px;
	overflow: hidden;
	position: relative;
}

ul.newsticker {
	position: relative;
	/*left: 510px;*/
	font-size: 15px;
	list-style-type: none;
}

ul.newsticker li {
	background: #fff;
	float: left;
}

ul.newsticker a {
	margin: 0px 100px 0px 0px;
	white-space: nowrap;
}

ul.newsticker span {
	margin: 0px 100px 0px 0px;
	color:#333;
}
