.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:988px;/*width of featured content slider*/
	height:263px;
	float:left;
	z-index:0;
	background-repeat: no-repeat;
	background-position: center;
}



.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: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:absolute;
	z-index:100;
	top:6px;
	left:10px;
	margin-left:25px;
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #ffffff;
border:#e5e5e5 solid 1px;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
	color: #333333;
	background-color: #0099FF;
	border:1px solid #FFFFCC;
}

