.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 400px;
z-index: 10;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: transparent;
padding: 0px;
z-index: 1000;
height: 20px;
margin: 0px;
position: absolute;
top: 20px;
left: 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FF5E4A;
background: #FF5E4A;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #915F3E;
background-color: #915F3E;
}

.contentSubTitle{
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: table;
	margin: 0px;
	background: transparent url(../images/bgtransparent.png) top left repeat;
	color: white;
	font-size: 24px;
	padding: 10px;
	text-align: center;
	}