.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid #AAD8F0;
border-bottom-width: 6px;
width: 389px; /*width of featured content slider*/
height: 260px;
direction:rtl;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 389px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 260px;

}

.pagination{
width: 389px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px 0px;
background-color:#F1F6FC;
direction: rtl;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
font-family:Tahoma;
font-size:11px;
/*background: #AAD8F0;*/
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #FEE496;*/
}

/*newstransparent*/
.slidenewstitle{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	text-decoration:none;
	direction:rtl;
	padding-right:10px;
	padding-left:10px;
}

.slidnewscontent{
	font-family: tahoma;
	font-size: 13px;
	color: #e8e8e8;
	padding-top: 0px;
	font-weight: normal;
	direction:rtl;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}

#transparent_backround {
position: relative;
float: right;
width:400px;
height:125px;
bottom:122px;
background-color: #000000;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#transparent_text {
position: relative;
float: right;
width:400px;
height:115px; 
bottom:240px;
}
