.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 0px solid navy;*/
/*border-bottom-width: 6px;*/
width: 854px; /*width of featured content slider*/
height: 400px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #dddddd;
width: 854px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 400px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/

opacity: 1;
}

.pagination{
width: 854px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: #dddddd;
font: bold 10px "lucida sans", verdana;
cursor: pointer;
padding-top: 4px;
padding-bottom: 4px;
word-spacing: 8px;
}

.pagination a{
text-decoration: none; 
color: black;
background: #dddddd;

}

.pagination a.selected{
color: #0061cf;
background-color: #dddddd;
}

.pagination a:hover {
color: #ef0000;
background-color: #dddddd;

}