/* the news box */
#news
{
	width:122px;
	background: #ffffff url('../img/scrdn_bg.jpg')
}
#news a
{
	
}
#news ul
{
	margin:0;
	padding:0;
}
#news li{
	padding: 0px 0px 2px 0px;
	line-height:0;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:320px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:0px;
	left:0;
	margin:0;
	padding:0;
}
