.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
z-index: 10;

width: 918px; /*width of featured content slider*/
height: 265px;
margin: 0px auto;

}



.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: white;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 890px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 22px;
text-align: right;
padding: 15px 10px;
position: absolute;
z-index: 101;
}

.pagination a{
padding: 0 7px;
text-decoration: none; 
color: white;
background: #d55821;
font-size: 18px;
border: 1px solid white;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #e0b12f;
}
