.contentslide{
	padding: 0px;
	width:auto;
	height: auto;
	overflow: hidden;
	float: left;
	text-align:justify;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
}

.contentdiv ul
{
	list-style-type: none;
	text-align: justify;
	padding: 10px 0px 0px 0px;
}

.contentdiv li{
	background-image:url(images/squre.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 15px 10px 15px;
	text-align: justify;
	line-height: 18px;
}

.contentdiv a{
padding: 0px;
text-decoration: none; 
color:#AF8330;
font-weight:bold;
background-color:#fdf9f2;
font-size:12px;
padding:0px 0px 0px 0px;
text-align: justify;
}

.contentdiv a:hover, .contentdiv a.selected{
color: #255A89;
}

.pagination{
	width: auto; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 0px 0px 10px 0px;
	float: right;
	overflow: hidden;
    font-size:12px;
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color:#CE9C29;
	direction: rtl;
	font-size:12px;
	text-align:right;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fdf9f2;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: auto; /*IE5 width*/
w\idth: auto; /*IE6 width*/
}

.pagination a{
    padding: 0 0px;
    text-decoration: none; 
    color:#662736;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #f6e2b6;
}

