.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
height:284px;
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:0px;
background:none;
width: 940px;
height:100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2;
}

.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 5px 40px;
	position: absolute;
	z-index: 1;
	top: 230px;
	left: -10px;
}

.pagination a{
padding:0px;
text-decoration: none; 
color: #6581a5;
border:#a9d6ff solid 1px;
background: #90c4f4;
width:11px;
height:12px;
float:left;
margin:0 6px 0 0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:11px;
}

.pagination a:hover, .pagination a.selected{
color: #313044;
background-color: #90c4f4;
border:#a9d6ff solid 1px;
}

