/* the news box */
#news
{
	width:190px;
	background:#fff;
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:210px;
	overflow:hidden;
	position:relative;
	background:#fff;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	font-size: 8pt;
  position:absolute;
	top:210px;
}

#newsolddddddddddddd.hasJS ul
{
	font-size: 8pt;
  position:absolute;
	top:210px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

