.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 932px; /*width of featured content slider*/
height: 325px;
margin:0 auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 932px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 325px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position:absolute;
top:8px;
right:0px;
z-index:100000;
}

.pagination a{
	width:15px;
	height:15px;
	display:block;
background:url(/images/bg_pagination.png) top center no-repeat;
float:left;
margin-left:5px;
text-indent:-9999px;
outline-style:none;
}

.pagination a:hover {
background:url(/images/bg_pagination.png) top left no-repeat;
}
.pagination a.selected {
	background:url(/images/bg_pagination.png) right top no-repeat;
}