#jNewsTicker {
	margin-top: 10px;
	background-image: url(../images/news_ticker/news_ticker_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	display: inline;
	height: 36px;
	width: 969px;
}

.jNewsTickerLeft {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/news_ticker/news_ticker_left.gif);
	height: 36px;
	display: inline;
	float: left;
	width: 205px;
	overflow: hidden;
	text-indent: -9999px;
}

#content a.ticker_link {
	color: #666666;
	display: inline;
	float: left;
	line-height: 36px;
	height: 36px;
	width: 641px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden	
}

ul.jNewsTickerControls {
	padding-left: 20px;
	display: inline;
	float: left;
	height: 36px;
	width: 88px;
	list-style: none;
}
ul.jNewsTickerControls li{
	display: inline;
	float: left;
	height: 36px;
	widows: 36px;
	list-style: none;
}

#content a.jNT_button{
	margin-right: 5px;
	margin-top: 8px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	display: inline;
}

a.jNT_next {
	background-image: url(../images/news_ticker/nt_next.gif);
}
a:hover.jNT_next {
	background-image: url(../images/news_ticker/nt_next_over.gif);
}
a.jNT_play {
	background-image: url(../images/news_ticker/nt_play.gif);
}
a:hover.jNT_play {
	background-image: url(../images/news_ticker/nt_play_over.gif);
}
a.jNT_pause {
	background-image: url(../images/news_ticker/nt_pause.gif);
}
a:hover.jNT_pause {
	background-image: url(../images/news_ticker/nt_pause_over.gif);
}
a.jNT_previous {
	background-image: url(../images/news_ticker/nt_prev.gif);
}
a:hover.jNT_previous {
	background-image: url(../images/news_ticker/nt_prev_over.gif);
}
#content a:hover.ticker_link {
	color: #999999;
}