.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px; /*width of featured content slider*/
	height: 300px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*background: white;*/
	width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 224px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:160px;	
	/*background-color : #99CC33;
	background-image : url(../images/promotion/secondary/sec_back_islamic.gif);
	background-position : top;
	background-repeat : repeat-x;*/
}

.pagination2{
	width: 223px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:160px;	
	/*background-color : #FFFFFF;
	background-image : url(../images/promotion/secondary/sec_back_bb-i.gif);
	background-position : top;
	background-repeat : repeat-x;*/
}

.pagination a, .pagination2 a{
	width: 225px;
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;/**/
	background: #f2f2f2;
	color: #215311;
	font: 12px Arial;
	text-align:left;
	text-decoration: none;	
	line-height:34px;
	padding:0px 15px;	
}

.pagination a:hover, .pagination a.selected, .pagination2 a:hover, .pagination2 a.selected{
	background: #99CC33;
	color: #FFFFFF;
	padding:0px 15px;	
	/*visibility: hidden;*/
}