body{
	
	margin: 0px;
	padding: 0px;
	overflow: hidden; 
	
}


#newsticker {
	background: url("now-next_bg.gif") no-repeat 0 0;
	position: relative;
	width: 200px;
	height: 30px;
}
#newsticker ul {
	border: 0px solid;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#newsticker a{

	color: #000;
	text-decoration: none;
		
}
#newsticker a:hover{
	text-decoration: underline;
}
.list-heading{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #6c6c6c;
	margin-left: 20px;

}

.list-heading-ar{
	direction:rtl;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #6c6c6c;
	margin-right: 20px;

	
}
.list-content{
	display: block;
	color: #000000;
	text-align: center;
	margin-left: -20px;
	font: 11px Verdana;
		
}
	
.list-content-ar{
	display: block;
	color: #000000;
	text-align: center;
	margin-right:-20px;
	font-family: "Arabic Transparent, Simplified Arabic, Verdana";
	font-size: 13px;
	margin-top: -3px;
	font-weight: normal;
}

	