div#news-rotate-con {
	position: relative;
}

div#news-rotate-con img {
	border: 0;
    width:100%
}

div#news-rotate-con ul.news {

	list-style-type: none;
	width: 100%;
    height:100%;
	margin: 0;
	padding: 0;
}
.textslider {
direction: rtl;
background: url(transpBlack.png);
padding: 5px;border-radius: 5px 5px 5px 5px;
opacity:0.8;font-family: 'BYekan'; font-size:12px; direction:rtl; text-align:right;color:#fff;
height: auto;
margin:0 5px 20px 20px;
width:auto;
position: absolute;
float: right;
z-index: 9999;
bottom: 0px;
text-align: justify;
color: white;
direction: rtl;
}
div#news-rotate-con ul.news li {
}
div#news-rotate-con ul.news li.hidden {
	display: none;
}
div#news-rotate-con ul.control {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 7px;
	right: 15px;
	font-family: 'segoe UI', helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
div#news-rotate-con ul.control li {
	width: 17px;
	height: 16px;
	margin: 0 0 2px 0;
	cursor: pointer;
	text-align: center;
	line-height: 15px;
	background: url('news-button-bg.png') no-repeat;
	color: #676767;
}
div#news-rotate-con ul.control li {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='news-button-bg.png');
}
div#news-rotate-con ul.control li.on {
	height: 34px;
	line-height: 33px;
	background: url('news-button-bg-on.png') no-repeat;
	color: #ffffff;
}
div#news-rotate-con ul.control li.on, {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='news-button-bg-on.png');
}
