#tickerbox  
{
	/* fallback image */
	background:url(../i/ticker/bgticker.gif?v=0.1);
	/* MSIE */
    /*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#4B0C10', EndColorStr='#1B070A', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#4B0C10, endColorstr=#1B070A)";	*/
	/* IE10 */ 
	background-image: -ms-radial-gradient(right bottom, ellipse farthest-side, #4B0C10 35%, #1B070A 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right bottom, ellipse farthest-side, #4B0C10 35%, #1B070A 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(right bottom, ellipse farthest-side, #4B0C10 35%, #1B070A 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 1020, color-stop(0, #4B0C10), color-stop(1, #1B070A));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right bottom, ellipse farthest-side, #4B0C10 35%, #1B070A 100%);
	/* Proposed W3C Markup */ 
	background-image: radial-gradient(right bottom, ellipse farthest-side, #4B0C10 35%, #1B070A 100%);
	
	position: relative; 	
	height: 34px; 	
	margin:1px 0 0;
}

#tickerbox #tickerTitle
{
	color:#be0303 !important;
	font-family:Georgia,Arial;
	font-size:13px;
	font-weight:bold;
	padding: 0px;
	margin: 0 0 3px;
	line-height: 34px;
	float: left;
	height: 51px;
	width: 80px;
}

#tickerbox #ticker {
	position:absolute;
	height: 31px;
}
#tickerbox .text{
	font-family:Georgia,Arial;
	font-size:13px;
	color:#fff !important;
	padding: 0;
	margin: 0px;
	text-align:left;
	line-height: 31px;
	height: 31px;
	float:left;
	position:relative;
	overflow:hidden;
	width:805px;
} 

#tickerimg{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 19px;
	height: 32px;
	line-height: 32px;
}	
#tickerbox div.prev{float:left;height: 30px;width:9px;border-right:1px solid #e5e0d3;}
#tickerbox div.next{float:right;height: 30px; }
#tickerbox img{
	margin: 12px 1px 0;
	border : 0;
}

/* Overrided by Umair */

.tickerbox-wrapper
{
	border-bottom:1px solid #3d0d0f;	
	padding-bottom: 1px;
	width : 978px;	    
}	

#tickerbox
{
	
}

#tickerbox div
{
	float : right !important;
}

#tickerbox .text
{
	width : 898px;
	float:right;
	text-align:right;
	font-size:16px;
	font-weight : bold;
	direction : rtl;
}

#tickerbox div.next
{
	border : none;
	border-right :1px solid #E5E0D3;
}

#tickerbox div.prev
{
	border : none;
	/*border-left :1px solid #E5E0D3;*/
}

#tickerbox #ticker 
{
	position : relative;
}

#tickerimg
{
	padding : 0;
}

#ticker
{
	padding : 0 5px 0 0;
}

.tazatareen
{
	background: url("/i/ticker/fatafat-icon.png") no-repeat 0px 4px;
}

.surkhian
{
	background: url("/i/ticker/fatafat-icon.png") no-repeat 0px 4px;
}

#tickerbox .text #ticker
{
color: #ffffff !important;
}