.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #d8e2fb;
border-bottom-width: 3px;
width: 398px; /*width of featured content slider*/
height: 105px;
}



.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: #d8e2fb;
width: 398px; /*width of content DIVs within slider. */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 390px; /*Width of pagination DIV. Should equal slider's outer width less padding (398+1+1-5-5=390)*/
text-align: center;
background-color: #d8e2fb; /* Color of border bottom */
padding: 2px 5px; /* Bottom and left/right padding of pagination border */
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #000000;            /* Pagination text color */
background: #d8e2fb;
}

.pagination a:hover, .pagination a.selected{
color: #000000;            /* Pagination hover text color */
background-color: #FEE496;
}

