.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #036FAD;
border-bottom-width: 0px;
width: 416px; /*width of featured content slider*/
height: 140px;
}


.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: #FFFFFF;
width: 416px; /*width of content DIVs within slider.*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 416px; /*Width of pagination DIV. This is the bar that holds the page number links */
text-align: right;
font-size: 10px;
padding: 1px 0px;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #908581;
background: white;
}

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