.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-left: 2px solid navy;
border-right: 2px solid navy;
border-bottom: 2px solid navy;
width: 136px; /*width of featured content slider*/
height: 184px;
}

.sliderwrapper .contentdiv{
/*font-size: 8px;
font-family: Verdana; */
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: 126px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 174px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv a, .contentdiv a:hover, .contentdiv a:active, .contentdiv a:visited{
text-decoration: none;
color: black;
}

.pagination{
font-size: 8px;
font-family: Verdana;
width: 136px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: navy;
padding: 2px 2px;
}

.pagination a{
font-size: 8px;
font-family: Verdana;
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
font-size: 8px;
font-family: Verdana;
color: #000;
background-color: #FEE496;
}

.marqlink a, .marqlink a:hover, .marqlink a:active, .marqlink a:visited{
text-decoration: none;
color: white;
font-weight: bold;
}
