.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 475px; /*width of featured content slider*/
height: 430px;
display: block;
}
.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:430px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination {
font-weight: bold;
text-align: right;
font-size: 14px;
float: right;
padding-top: 5px;
}
.pagination a {
text-decoration: none;
color: #A69C93;
display: block;
float: left;
height: 14px;
line-height: 14px;
padding: 0 0 0 3px;
}
.pagination a:hover, .pagination a.selected {
color: #000;
}
