.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #FFFFFF;
border-bottom-width: 6px;
width: 438px; /*width of featured content slider*/
height: 293px;
color:#FFFFFF;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 438px; /*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;
}

.pagination{
width: 232px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: Center;
background-color:#999999;
padding: 1px 10px;
font-size:10px;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
border-width:1px;
display:none;
}

.pagination a{
font-family:Arial, Helvetica, sans-serif;
padding: 0 8px;
text-decoration: none; 
color: #FFFFFF;
background:#999999;
font-size:10px;
font-weight:bold;

}

.pagination a:hover, .pagination a.selected{
background-color: #999999;
font-size:10px;
color: #FFFFFF;

}