.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height: 192px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%;
padding: 0;
background: #FFE9A4;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
padding: 5px 8px;
border-top: 1px dotted #624233;
border-bottom: 1px dotted #624233;
background: #FDD968;
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #FDD968;
background: #624233;
}

.pagination a:hover, .pagination a.selected{
color: #624233;
background-color: #E87B26;
}
