
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 1px dotted rgb(85, 85, 85);
border-left: 1px dotted rgb(85, 85, 85);
border-right: 1px dotted rgb(85, 85, 85);
width: 100%; /*width of featured content slider*/
height: 160px;
background-color: rgb(206, 232, 244);
border-bottom-width: 6px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background-color: rgb(206, 232, 244);
width: 96%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding: 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: 5;
border-bottom: 1px dotted rgb(85, 85, 85);
border-left: 1px dotted rgb(85, 85, 85);
border-right: 1px dotted rgb(85, 85, 85);
background-color: rgb(206, 232, 244);
height: 25px;
padding-top: 2px;
text-indent: 5px;
}

.pagination a{
padding: 0 5px;

text-decoration: none; 
color: #00007D;
border: 1px solid #003399;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #003399;
}