.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #3f97c9;
border-top:none;
width: 617px; /*width of featured content slider  org 590*/
height: 366px;  /* orginal 266 */
float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: #3f97c9;*/
background:url(../images/expertise_bg_2.jpg);
background-repeat:repeat-x;
width: 617px; /*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;
}

.pagination{
width: 617px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
list-style: none;
background-color: #f8f8f8;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;; 
height:36px;
}

.pagination a{
 padding: 10px 13px;
text-decoration: none; 
color: #002f4b;
background: #f8f8f8;
}

.pagination a:hover, .pagination a.selected{
    color: #ffffff;
    background-color: #419ace;

}