.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 413px; /*width of featured content slider*/
height: 372px;
padding: 0px;
margin: 0px auto;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 413px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 320px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top: 31px;
}

.pagination {
width: 72px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: transparent;
text-align: right;
z-index: 9999;
position: absolute;
bottom: 0px;
right: 0px;
}

.pagination a{
	padding: 0px 2px;
	text-decoration: none;
	color: #fff;
	outline: 0;
	vertical-align: bottom;
	text-indent: -9999px;
	width: 14px;
	height: 13px;
	display: block;
	background-image: url(../img/btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.pagination a:hover, .pagination a.selected{
	background-position: center bottom;
}