#ticker {
	position: relative;
	width: 800px;
	height: 24px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ticker_head {
	background-image: url(/images/tickers/ticker_left.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	height: 24px;
	left: 0px;
	width: 151px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-top: 2px;
}

#ticker_content {
	background-image: url(/images/tickers/ticker_right.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	height: 24px;
	left: 151px;
	width: 649px;
	padding-top: 2px;
	text-align: left;
	padding-left: 10px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
}

#ticker_content span a {
	color: #333;
	text-decoration: none;
	font-weight: bolder;
}

#ticker_content span a:link {
	color: #333;
	text-decoration: none;
}

#ticker_content span a:hover {
	color: #933;
	text-decoration: underline;
}

#tickers {
	opacity
}