.sliderwrapper{
position: relative;
overflow: hidden; /*leave as is*/
border: 1px;
border-bottom-width: 1px;
width: 308px; /*width of featured content slider*/
height: 120px;
}



.sliderwrapper .contentdiv{
FONT-FAMILY: verdana,arial,helvetica;FONT-SIZE: 9pt;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 16;  /*leave as is*/
padding: 1px;
background: white;
width: 308px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
FONT-FAMILY: verdana,arial,helvetica; FONT-SIZE: 8pt;
height: 15px;width: 306px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:  #FFFFFF;
padding: 1px 1px;
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: #000000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFEE33;
}
