#news
	{
	height: 100%;
	}
#news ul
	{
	list-style: none;
	}
#news li
	{

	}
#news.hasJS
	{
	height:180px;
	overflow:hidden;
	position:relative;
	}
#news.hasJS ul
	{
	position:absolute;
	top:180px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0 .5em 0 0;
	}
.headerNews
	{
	
	font-family: Trebuchet MS, Georgia, Arial, Helvetica;
	font-size: 9.5px;
	background-color: #354E5E;
	color: #DDDDDD;
	
	text-align: center;
	height: 20px;
	line-height: 20px;
	}