html
{
	direction: rtl;
}

body
{
	margin: 0px;
	margin-top: 15px;
	margin-left: 15px;
}

.contentslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;*/
padding-top: 5px;
width: 100%;
/*height: 250px;
margin-top: 5px;*/
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 416px; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/*background-color: navy;
border: 10px solid navy;*/
/*border-width: 0 10px; Left/ right border width of pagination DIV.*/
/*padding: 0 0 4px 0;*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*width: 400px; IE5 width*/
/*width: 416px; IE6 width*/
width: 100%;
height: 23px;
line-height: 23px;
font-family: Arabic Transparent;
font-weight: bold;
font-size: 10pt;
}

.pagination
{
	margin-bottom: -5px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #FFFFFF;
background-image: url(paging_off.gif);
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-image: url(paging_on.gif);

}

#paginate-slider1 a
{
	width: 90px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
.projectDescription {
	background-color: #000000;
	font-family: arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
.NewsText {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #2A2A2A;
	text-decoration: none;
	text-align: right;
	position: relative;
	right: -3px;
}