#news {
	width:170px;
	height:125px;
	overflow: hidden;
}
/* the news box when JavaScript is available */
#news.hasJS{
	height: 98px;
	overflow:hidden;
	position:relative;
}
/* The nested DIV when JavaScript is available */
#news.hasJS div{
	position: relative;
	top: 0px;
	left: 0;
	margin:0px;
	padding:0px;
}
