.SlideContainer{
	margin-top:15px;
	margin-right:auto;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	direction:rtl;
	font-family:Tahoma;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:950px;
	margin-right:5px;
	margin-left:5px;
	height:520px;
	padding:5px 5px 5px 5px;	
	text-align:right;
	direction:rtl;
	border:1px solid #D6D6D6;
}

.SlideContainer #slider{
	float:left;
	margin-left:18px;

}

.SlideContainer ul{
	float:right;
	display:inline;
	width:100%;
	list-style:none;

}

.SlideContainer ul li{
	display:inline-block;
	clear:none;
	width:40%;
	height:80px;
	margin-right:35px;
	float:right;
}
.contentWidth{
	width:400px;
	margin-right:18px;
	margin-top:10px;
}

.bxS {
	background: #F8F8F8 none repeat scroll 0 0;
	padding:5px 5px;
}

.bxS a {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.brdrS {
	border:1px solid #D6D6D6;
	overflow:hidden;
}

.strkS {
	border:1px solid #A4BCDF;
	float:right;
	width:auto;
	margin-left:10px;
}


#slider {
    width: 400px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:20px;
}
#sliderContent {
    width: 400px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	height:60px;
    position: absolute;
	font:16px Arial, Helvetica, sans-serif bold;
	color:#666;
	overflow:visible;
    padding: 10px 13px;
    width: 364px;
	text-align:right;
	direction:rtl;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	margin-left:10px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.topS {
	top: 0;
	left: 0;
}
.bottomS {
	bottom: 0;
    left: 0;
}
#slider ul {
	margin:0px;
list-style-type: none;}