.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px; */
width: 100%; /*width of featured content slider*/
height: 140px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position: relative;
top: 0px;    
left:0px;
width: 20px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 20px;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background: b4bec9;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}