.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 100%; /*width of featured content slider*/
height: 275px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 927px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 275px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
padding: 10px;
padding-right: 0px;
font-size: 16px;
font-weight: bold;
}

.pagination a{
padding: 5px 13px;
text-decoration: none;
font-size: 16px;
font-weight: bold;
background-color: #CCCCCC;
color: #333333;
}

.pagination a:hover, .pagination a.selected{
color: #755000;
background-color: #ffae00;
}
