.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 200px; /*width of featured content slider*/
height: 247px;
text-align:left;
border-bottom:1px solid #000;
margin-top:10px;
}



.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: 200px; /*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;
line-height:14px;
}

.pagination{
width: 200px; 
padding-top:10px;
text-align:left;
font-size:3px;
border-top:1px solid #fff;

}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color:#000;

padding-right:5px;


}

.pagination a:hover, .pagination a.selected{
color:#000;

}
