.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 630px; /*width of featured content slider*/
height: 278px;
clear: both;
}
.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 630px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 278px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 1;
}
.pagination {
width: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #fff;
padding: 6px 0 14px 0;
margin-bottom: 10px;
background-image:url(/images/home_pagination_bg.jpg);
background-position: top center;
background-repeat: no-repeat;
}
.pagination a {
padding: 2px 5px;
text-decoration: none; 
color: #ed0f1d;
background: #fff;
font-size: 1.0em;
border: 1px solid #999;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;
border: 1px solid #000;
}
.pagination a.selected{
font-weight: bold;
}