.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #d2c5b0;
width: 190px; /*width of featured content slider*/
height: 250px;
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#5a3b1c;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

}




.pagination{
width: 192px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #d2c5b0;

}

.pagination a{
padding: 0 28px;
text-decoration: none; 
color: #5a3b1c;
background: d2c5b0;
font:11px Verdana, Arial, Helvetica, sans-serif;
}

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