.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: 303px;
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: 808px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:303px;
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)*/
	text-align: center;
	
	float:left;
	position:relative;
	margin-top:265px;
	margin-left:334px;

	z-index:100;
	overflow:visible;
	width: 140px;
	height:34px;
	padding-top:10px;
	background:url(../images/pg_bg.png) no-repeat left top;

}

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

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

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