.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid black;
border-bottom-width: 1px;
width: 287px; /*width of featured content slider*/
height: 168px;
}



.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: 287px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
width: 287px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: white;
border-top-width: 5px solid #dfe8f6;
background: transparent;
padding: 0px 0px;
}

.pagination a{
float: left;
display: block;
font: bold 8px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0;
padding: 5px 10px;
background-color: #000033; 
border-top: 1px solid white;
}

.pagination a:hover, .pagination a.selected{
background-color: #dfe8f6;
font: bold 8px Arial;
color: #000033;
}

.pagination a:current a{
background-color: #dfe8f6;
font: bold 8px Arial;
color: #000033;
border-color: #dfe8f6; 
}
