
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 5px solid #908772;*/
border-bottom-width: 6px;
width: 910px; /*width of featured content slider*/
height: 590px;
}

.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: #9d9581; /* container background color */
width: 910px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 590px; 
filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/* background-color: #908772; /* BG color of Tab's Bar */
padding: 5px 7px;
}

.pagination a{
padding: 5px 5px 5px 5px; /* top right bottom left*/
text-decoration: none;
color: #330033; /* page number Color */
/* background: #908772; /* BG color of Tab */
}

.pagination a:hover, .pagination a.selected{
color: #CCFFFF; /* Hover page number Color */
/*background-color: #9d9581; /* Hover BG Color of Tab */
}
