.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*order: 10px solid #0099FF;
border-bottom-width: 6px;*/
width: 450px; /*width of featured content slider*/
height: 155px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: black;
width: 440px; /*width of content DIVs within slider. Total width should equal slider's inner width (440+5+5=450) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
/*width: 430px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (430+10+10=450)*/
text-align:center;
/*background-color: #333333;*/
padding: 20px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #0099ff;
}