.sliderwrapper{

position: relative; /*leave as is*/
overflow:auto; /*leave as is*/
border: 0;
border-bottom-width: 6px;
width: 190px; /*width of featured content slider*/
height: 250px; 
padding:0 0 0 10px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 180px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
opacity: 1;
margin:0 0 0 10px;
}

.pagination{
font: 100.01%/1.5 Arial, Helvetica, sans-serif;
float:right;
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0;
}

.pagination a{
text-align:left;
display:block;
padding: 0;
text-decoration: none; 
color: #00007D;
background: white;
margin:0 10px 0 0;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.pagination2{
float:right;
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0;
margin:0 10px 6px 0;
background:url(/release09/img/bg_skipper.png) no-repeat top left
}


