.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 498px; /*width of featured content slider*/
height: 245px;
z-index:1;
}



.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: 498px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 245px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:1;
}

.selectionpage{
	font:bold 14px/22px arial;
	margin-bottom:3px;
}
.selectionpage a:link, .selectionpage a:visited{
	display:block;
	width:20px;
	text-align:center;
	color:#5c5c5c;
	text-decoration:none;
	border:1px solid #b2b2b2;
	background-color:#fff;
}

.selectionpage a.selected, .selectionpage a:hover{
	background-color:#707070;
	color:#fff;
}

.pagination{
width: 22px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: middle;
background-color: #FFF;
position:relative;
top:0;
left:0;
height:0;
float:right;
z-index:3 !important;
}