.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
 /*width of featured content slider*/

background-position:bottom;
background-repeat:no-repeat;
top: 0px;
left:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/

 /*leave as is*/
background: white;
 /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;



}

.pagination a{
text-decoration: none; 
color: #000000;
font-family:Verdana;
font-size:10px; 
font-weight:bold;
background:#f77b9f;
}

.pagination a:hover, .pagination a.selected{
color: #FD093F;
background-color: #FFFFFF;
}