.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 568px; /*width of featured content slider*/
height: 222px;
}

*html .sliderwrapper {
border-bottom:0px solid #e9e9e9;
width: 567px
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2 2 2 0;
background: #B8B8B8;
width: 100%; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
border-top:4px solid #B8B8B8;
font: 12px Arial;
width: 568;
text-align: right;
padding: 3 0 8 0;
}

*html .pagination {
width: 568px; 
padding: 3 0 8 0;
}

.pagination a{
text-align: center;
padding: 4 6 4 6;
text-decoration: none; 
color: #00007D;
background-color: #B8B8B8;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
font-weight: bold;
background-color: #11bbe5;
}
