.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden; leave as is*/
/*border: 10px solid navy;*/
float:left;
/* margin-top:60px;*/
width: 550px; /*width of featured content slider*/
height: 550px;
}



.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: white;
width: 550px; /*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: 550px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*text-align: right;*/
/*background-color: navy;*/
padding: 5px 10px;

}

.pagination a{
padding: 2px 7px;
text-decoration: none; 
color: #D7D7D7;
background: #F5F5F5;
border:1px solid #EBEBEB;
float:left;
margin:5px 2px;

}

.pagination a:hover, .pagination a.selected{
color: #0072BC;
background-color: #DDEEFF;
background:1px solid #BBDDFF;
padding: 2px 7px;


}