.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: 304px;
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: 1100px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:304px;
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:100000;
	overflow:visible;
	width: 784px;
	height:34px;
	
	padding-left:19px;
	top:280px;
	

}

.pagination a{
	font-size:24px;
	
	
	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;
}