.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 620px; /*width of featured content slider*/
height:770px;
display: block;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 610px; /*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;
text-align: justify;
}

.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background: #eff0ff;
margin: 6px 0 5px 2px;
}

.pagination ul {
list-style: none; 
padding:0;text-indent:0;
margin-left: 15px;margin-bottom: 10px;
width: 260px;
float: left;
}

.pagination a {
color: #000;
text-decoration: none;
}

.pagination a:hover{ 
color: #999999;
}

.pagination a.selected{
color: #ca9a2b;
}