.sliderwrapper{ /* top content box */
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #4E472C;
border-bottom-width: 3px;
width: 310px; /*width of featured content slider*/
height: 400px;
}


.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: #FAFAF5; /* BG COLOR OF CONTENT */
width: 310px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/****** T R B L ******/
.pagination{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color:#4E472C;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF; /* Text NOT selected */
background: #2E291A; /* BG Color NOT selected */
padding: 3px 5px 3px 10px;
}

.pagination a:hover {
color: #000;
background-color: #C8C3A6; /* color of tabs when highlighted or selected */
}
.pagination a.selected{
color: #000;
background-color: #C8C3A6; /* color of tabs when highlighted or selected */
}