/* newsScrollerHeader */
.newsTickerHeader {
	background: url(../images/ticker_bg.gif) no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
.newsTickerHeader ul.articleList { line-height: normal; padding: 0; margin: 0; width: auto;}
.newsTickerHeader ul.articleList li { display: inline; background: none; padding: 0 0 0 30px; margin: 0;
}
.newsTickerHeader ul.articleList a { text-decoration: none;
	color: #494949;
}
.newsTickerHeader ul.articleList a:hover { 
	color: gray;
}
#tick_title{
	width:236px;
	padding-top:6px;
	padding-bottom:5px;
	float:left;
	text-align:center;
	color: white;
	font-weight: bold;
}

