.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 220px; /*width of featured content slider*/
height: 380px;
position:absolute;
z-index:2;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 210px; /*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;
position:absolute;
z-index:2;
}

.paginations{
margin-top:10px;
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 380px 10px 5px 10px;
color:#000000;
}

.paginations a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color:#333333;
}

.paginations a:hover, .paginations a.selected{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.paginations ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:left; /*Set to "right" to right align pagination interface*/
font-size: 11px;
}

.paginations li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}