#news_ticker {
	position: absolute;
	top: 460px;
	left: 20px;
	width: 185px;
	height: 58px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#news_ticker_sub, #news_ticker span.news_ticker_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-align:center;
}
#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;
}
