.featured_banner {
	width:562px;
	float:left;
	height:329px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 562px; /*width of featured content slider*/
height: 329px;
}



.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: 562px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.pagination{
width: 60px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:26px;
background-image:url(../images/banner_btns_bg.png);
background-repeat:no-repeat;
background-position:bottom;
text-align: center;
position:absolute;
margin:-53px 0px 0px 30px !important;
padding:5px 0px 0px 8px;
z-index:9999;
float:left;
display:inline-block;
}

.pagination a.prev {
	width:22px;
	height:21px;
	background-image:url(../images/little_arrows.png);
	background-repeat:no-repeat;
	background-position:top;
	display:inline-block;
	font-size:0px;
	margin:0px 8px 0px 0px !important;
	float:left;
}
.pagination a.next {
	width:22px;
	height:21px;
	background-image:url(../images/little_arrows.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline-block;
	font-size:0px;
	margin:0px 0px 0px 0px;
	float:left;
}