.sliderwrapper{
 /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #df45da;
border-bottom-width: 1px;*/
/*width: 696px; width of featured content slider*/
height: 350px;
z-index:1;


}

.sliderwrapper .contentdiv{
 /*leave as is*/
 /*leave as is*/
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
  /*leave as is*/

background:#ffffff;
width: 1080px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:318px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float:left;
}

.pagination{
	/*	width:397px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	
	
	
	position:relative;

	z-index:100000;
	overflow:visible;
	width: 144px;
	height:28px;
	background:url(../images/pagin_bg.jpg) repeat-x left top;
	border: solid 2px #fff;
	
	text-align:center;
	padding-top:12px;
	top:303px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

	

}

.pagination a{
	font-size:29px;
	
	
	background-image:url(../images/bl1.jpg);
	background-repeat:no-repeat;
	text-decoration: none; 
	padding: 0px;
}

.pagination a:hover, .pagination a.selected{

	background-image:url(../images/bl2.jpg);
	background-repeat:no-repeat;
	padding: 0px;
}