/* the news box */
#news_scroll
{
    width: 960px;
}
#news_scroll a
{
}
#news_scroll ul
{
	margin:0 0 0 0;
	padding:0;
}
#news_scroll li{
	line-height:1em;
}
/* the news_scroll box when JavaScript is available */
#news_scroll.hasJS
{
	height:16px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news_scroll.hasJS ul
{
	position:absolute;
	top:0;
	left:0;
	margin:0 0 0 0;
	padding:0;
}
