.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 180px; /*width of featured content slider*/
height: 236px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
BORDER: #d3d3d3 1px solid;
padding:5px;
}

.pagination{
width: 335px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float:right;
BORDER: #d3d3d3 1px solid;
padding:1px;
}

.pagination a{
text-decoration: none; 
color: #fff;
background: #9e999c;
display:block;
padding:5px;
margin-bottom:1px;
font-size:9px;
}

.pagination a:hover, .pagination a.selected{
background-color: #e480b4;
color:#FFFFFF;
}