/* the news box */
#news
{
    height:70%;
    overflow:hidden;
    margin-left:7px;
    margin-top:8px;
    width:100%;

}
#DOMnewsstopper{
  display:none;
}


#news a
{
	color:#fff;
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 12px;
}
#news a:hover{ color:#000 }
#news ul
{
	margin:0;
    direction:rtl;
    list-style:none;
    padding:0 30px 0 10px;
}
#news li{
	line-height:20px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:70%;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	right:0;
	margin:0;
	padding:0 30px 0 10px;
}
.news_title{font-weight: bold;padding:20px 0 5px 0; }

