.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 271px; /*width of featured content slider*/
height: 142px;
margin-left:10px;
margin-top:6px;
z-index:5;
}



.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: 261px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:5;
}

.pagination{
width: 271px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
height:33px;
background:url(css/i/featuresBg.png) no-repeat 0 0;
background-color: transparent;
z-index:10;
position:relative;
top:-40px;
margin-left:10px;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background: white;
z-index:10;
position:relative;
background:url(css/i/featuresButton.png) no-repeat 0 0;
width:17px;
height:17px;
float:right;
position:relative;
top:5px;
margin-right:10px;
font-size:14px;
text-align:center;
margin:3px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
z-index:10;
}