#ticker_text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
}

#ticker a {
	color: #fff;
	text-decoration: none;
}

#ticker {
	overflow: hidden;
	width: 456px;
	height: 20px;
	padding: 0;
	top: 54px;
	position: absolute;
	right: 104px;
}

#ticker div {
	width: 456px;
	height: 20px;
	overflow: hidden;
	clip: rect(0px 456px 20px 0px);
}
