.sliderwrapper{
	direction:ltr;
	position: relative; /*leave as is*/

	width:591px;
	height:214px;

}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;

	width:591px;
	height:214px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

	text-align:right;
	font-family: Arial;
	font-size: 10.5pt;
}

.SliderPic{
	float:right;
	display:block;

	width:591px;
	height:214px;
}

.SliderIn{
	float:right;
	display:block;
		direction:rtl;
	width:591px;
	height:214px;
}


.SliderIn i{
	float:right;
	display:block;
	direction:rtl;
	overflow:hidden;
	margin: 12px 20px 0px 0px;
		direction:rtl;
	width:280px;
	height:149px;
	margin:78px 277px 0px 0px;
	
	color:#ffffff;
	font-size:28px;
	line-height:24px;
	font-weight:bold;
	font-family:arial;
}
.SliderIn i {
	float:right;
	display:block;
	direction:rtl;
	overflow:hidden;
	margin: 12px 20px 0px 0px;
		direction:rtl;
	width:280px;
	height:149px;
	margin:78px 277px 0px 0px;
	
	color:#ffffff;
	font-size:21px;
	line-height:24px;
	font-weight:bold;
	font-family:arial;
}


.SliderText font{
	text-align:right;
	font-family: Arial;
	font-size: 10.5pt;
		direction:rtl;
}


*html .SliderText{
	width:585px;
	height:149px;
}

#paginate-slider{
	margin-right:5px;
}


.pagination a{
	background: top center no-repeat url(../img/SliderBttn.jpg);
	float:left;
	width:20px;
	height:20px;
	
	color:#ffffff;
	font-style:italic;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	margin: 5px 5px 0px 0px;
}

.pagination a:hover{
	background: top center no-repeat url(../img/SliderBttnOn.jpg);
	float:left;
	width:20px;
	height:20px;
	
	color:#ffffff;
	font-style:italic;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
}


.pagination a.selected{
	background: top center no-repeat url(../img/SliderBttnSelected.jpg);
	float:left;
	width:20px;
	height:20px;
	
	color:#ffffff;
	font-style:italic;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
	cursor:pointer;
}



