.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 803px;
height:457px;/*width of featured content slider*/
z-index:0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 0 0 0;
background:none;
width: 803px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	padding: 5px 10px;
	position:absolute;
	z-index:100px;
	top:460px;
	left:400px;
}

.pagination a{
padding:0px;
width:18px;
height:16px;
float:left;
text-indent:-9999px;
font-size:0px;
background:url(images/inActBut.png) no-repeat;
}

.pagination a:hover, .pagination a.selected{
background: url(images/activeBut.png) no-repeat;
}
