.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 480px; /*width of featured content slider*/
height: 280px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: #F8F8F8;
width: 490px; /*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;
text-align: center;
}

.pagination{
width: 474px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
background-color: #F8F8F8;
padding: 0px 0px;
border: 0px solid;
font-size:.95em;
text-color: #F8F8F8;
}

.pagination a{
padding: 0px 33px;
text-decoration: none; 
color: #CCC;
background: #CCC;
border: 0px solid #;
}

.pagination a:hover, .pagination, a.selected{
color: #FF9933;
background-color: #F8F8F8;
border: 0px solid #;
}
