#setup {
position: relative;
width: 456px;
height: auto;
overflow: visible;
background: transparent;
}

.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 456px; /*width of featured content slider*/
height: 228px;
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: 456px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 228px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 456px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin: 0 0 50px 0;
padding: 6px 0 5px 0 ;
text-decoration: none;
text-align: right;
}

.pagination a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0;
padding: 0 3px 0 3px;
text-decoration: none; 
color: #fff;
background: #4d555c;
border: #293037 1px solid
}

.pagination a:hover {
color: #fff;
background: #6e7c89;
text-decoration: none;
}

.pagination a.selected {
color: #fff;
background: #6e1c1c;
text-decoration: none;
}