.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 795px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 793px; /*width of content DIVs within slider. Total width should equal slider's inner width (586+1+1=588) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{	
width: 775px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*text-align: right;*/
background-color: #ffce33;
padding: 2px 10px;
height:20px;
}

.pagination-left{	
/*width: 775px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
color:#b83925;
float: left;
font-family:Arial, Verdana, sans-serif;
font-size:10pt;
font-weight:bold;
background-color: #ffce33;
/*
padding: 2px 10px;*/
}

.pagination-right{	
/*width: 775px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
float: right;
background-color: #ffce33;
/*
padding: 2px 10px;*/
}

.pagination .pagination-right a{	
padding: 0 3px;
text-decoration: none; 
font-family:Arial;
font-size:10pt;
font-weight:400;
color:#da5422;
}

.pagination .pagination-right a:hover,.pagination  .pagination-right a.selected{
color: #b83925;
font-weight:600;
}