.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:970px;/*width of featured content slider*/
height:389px;
float:left;
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 3px 0 0;
background:none;
width: 896px;
height:284px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 120px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:15px;
	text-align: right;	
	position:absolute;
	z-index:100;
	top:360px;
	left:435px;
}

.pagination a{
	width:12px;
	height:12px;
	float:left;
    margin-right:9px;
    text-decoration: none; 
	color: #ffffff;
	font-size:0px;
	background:url(../images/slider-link.png) no-repeat;
}

.pagination a:hover, .pagination a.selected{
	width:12px;
	height:12px;
	float:left;
	color: #fff;
	background:url(../images/slider-active-link.png) no-repeat;
}
