#setup {
position: relative;
width: 354px;
height: auto;
overflow: visible;
background: transparent;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 354px; /*width of featured content slider*/
height: 217px;
margin: 0;
padding: 0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0;
padding: 0;
background: transparent;
width: 354px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 217px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 354px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin: 0;
padding: 0;
text-decoration: none;
text-align: right;
background-color: transparent;
}

.pagination a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 0 2px 0 2px;
text-decoration: none; 
color: #ccc;
background: #333;
}

.pagination a:hover{
color: #ccc;
background: #666;
text-decoration: none;
}

.pagination a.selected{
color: #333;
background: #ccc;
text-decoration: none;
}