/* the news box */

#news {
  }

#news ul {
  
  margin:0px; padding:0;   list-style-type: none;
  overflow: auto;

}
#news ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#news {

}
#news.hasJS
{
  width:220px;	height:110px;	overflow:hidden;
	position:relative; 
}
#news.hasJS ul
{
     width:200px;	left:0;	margin:25px 5px 20px 10px;	padding:0;	position: absolute;  
  overflow: hidden;
  height: auto;
}

#news.hasJS ul li
{
  }