#wrapper_ticker, #ticker {
	position: relative;
	display: block;
	width: 760px;
	height: 25px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ticker dd {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 5px;
	margin: 0;
	padding: 0 50px 0 0;
	width: auto;
	white-space: nowrap;
}
#ticker a {
	font-weight: bold;
	color: #FFF;
}