.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* border-top: 1px solid navy; */
border-bottom: 4px solid navy;
width: 850px; /*width of featured content slider*/
height: 263px;
margin: 0px auto 0px auto;
clear: both;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 850px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 263px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 15px;
color: #000000;
clear: both;
}

.pagination{
/* width: 200px; */ 

/* background-color: white; */
display: block;
position: relative;
top: 238px;
left: 10px;
/* padding: 5px 10px; */
z-index:100;
clear: both;
}

.pagination a{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: 1px 5px 2px 5px;
text-decoration: none; 
color: #00007D;
background: white;
border : 1px solid black;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
p.ssheadline {
margin-top: 18px; margin-bottom: 8px; font-weight:bold; padding-right: 30px; padding-left: 24px;
}
p.ssbody {
margin-top: 4px; margin-right: 30px; margin-left: 24px;line-height: 24px;
}
