/* the news box */
#news
{
	width:279px;
    height:40px;
    padding-left:0px;
}
/* the news box with JS */
#news.hasJS
{
	height:40px;
	overflow:hidden;
	position:relative;
}
/* The nested UL with JS */
#news.hasJS ul
{
	position:absolute;
	top:40px;
	left:0;
	padding-left:0px;
	margin-left:0px;
	list-style: none;
}
#news.hasJS li
{
	margin-bottom:20px;
	padding-left:0px;
	margin-left:0px;
}
