#footer_news_ticker {
	background: transparent url('../images/news-ticker.gif') no-repeat scroll top center;
	width: 823px;
	height: 24px;
	padding: 3px 25px 0 25px;
	overflow: hidden;
	font-family: arial;
	display: none;
	line-height: 130%;
}
#footer_news_ticker.animated {
	display: block;
}
#footer_news_ticker h1 {
	margin: 0 0.5em 0 0;
	padding: 0;
	font-size: 100%;
	float: left;
	color: #333;
}
#footer_news_ticker .ticker-box {
	margin: 0;
	padding: 0;
	width: 780px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#footer_news_ticker .ticker-box, #footer_news_ticker .ticker-box * {
	color: #363;
}
#footer_news_ticker .ticker-box a {
	text-decoration: none;
}
