#news_ticker {
	padding: 0px 15px 0px 5px;
	height: 55px;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	background-color: #fff;
}
#news_ticker_sub, #news_ticker span.news_ticker_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-align:left;
}
#news_ticker a:link, #news_ticker a:visited {
	color: #fff;
	text-decoration: none;
}
#news_ticker a:hover {
	color: #900;
}
#js_debug {
	position:absolute;
	top: 0px;
	left: 0px;
	width:150px;
	height: 450px;
	overflow: scroll;
	z-index:40;
	font-family: arial;
	font-size: x-small;
	background-color: #ccc;
}
