.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 460px; /*width of featured content slider*/
height: 300px;
}



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

.pagination{
width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (480)*/
text-align: center;
background-color: #F7F7F7;
padding: 0px 1px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #0053A6;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #FF0000;
background-color: #FEE496;
}

/* pagination */
.pagination { font-size: 14px; padding-top: 10px; margin-left: auto; margin-right: auto; }
.pagination a, .this-page { color: #0063DC; padding: 2px 6px; border: solid 1px #ddd; background: #FEE496; text-decoration: none; }
.pagination a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.pagination a:hover { color: #000; background: #FEE496; border-color: #FEE496; text-decoration: none; }



.pagination .break { padding: 2px 6px; border: none; background: #000; text-decoration: none; }
.pagination .this-page { padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #FF0084; }