.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:271px;
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: 831px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:271px;
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: left;
	padding-right:12px;
	float:left;
	position:relative;

	z-index:100;
	overflow:visible;
	width:189px;
	height:34px;
	line-height:20px;
	padding-top:59px;

}

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

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

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