/* the news box */
#ant-news-ticker
{
	width:190px;
	margin:0em auto;
}
#ant-news-ticker a
{
	color:#000;
}
#ant-news-ticker ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#ant-news-ticker li{
	min-height:1.8em;
	height: auto !important;
	height: 1.8em;
	padding:5px 0;
	margin:0 0 .8em 0 !important;
}
/* the news box when JavaScript is available */
#ant-news-ticker.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#ant-news-ticker.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
