.featured_banner {
	width:606px;
	float:right;
	height:336px;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 606px; /*width of featured content slider*/
height: 336px;
}



.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: 606px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.caption {
	background-color:#000f33;
	width:526px;
	height:45px;
	padding:5px 50px 0px 10px;
	z-index:98;
	position:absolute;
	margin-top:270px;
	margin-left:10px;
	color:#FFF;
	z-index:99;
}
.pagination{
width: 50px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:21px;
background-image:url(../images/banner_btns_bg.png);
background-repeat:no-repeat;
background-position:bottom;
text-align: center;
position:absolute;
margin:-53px 0px 0px 520px !important;
padding:3px 0px 0px 10px;
z-index:9999;
float:left;
display:inline-block;
}

.pagination a.prev {
	width:14px;
	height:14px;
	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:14px;
	height:14px;
	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;
}