﻿.slider{
	position:relative;
	width: 540px;
	height: 220px;
	right:-40px;
	border:0px;
	
}
.slider ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.slider li {
	position: absolute;
	border:0px;
}
.topnews-text {
	/*color:#5f5f5f;
	width:270px;
	text-align:right;
	height:auto;
	position:absolute;
	right:230px;
	top:30px;*/
	width:520px;
	text-align:right;
	height:0px;
	padding-right:10px;
	left:0px;
	bottom:0px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	direction:rtl;
}

topnews-text span {
	margin-top:5px;
	display:block;
}

.filter{
	width:530px;
	height:30px;
	background:#000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:absolute;

}

.topnews-title{
	position:absolute;
	right:200px;;
	top:6px;
	width:300px;
	font-weight:bold;
	overflow:hidden;
	height:20px;
}
.topnews-img {
	position: relative;
	width: 530px;
	height: 200px;
	right:7px;
	top:0px;
	overflow:hidden;
}

.topnews-img img {
	width: 530px;
	height: 200px;
	border:0px;
	}


.topnews-control {
	height: 14px;
	width: 54px;
	left: 20px;
	top: 120px;
	margin-left:20px;
	margin-bottom:5px;
}

.topnews-control img {
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

