.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height:340px;
}

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

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: none;
padding:0;

/*
padding:10px 10px 0 10px;
*/
}

.pagination a{
padding:4px;
text-decoration: none; 
background: none;
font-family:Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
font-size:.8em;
color: #888888;
border:#888888 1px solid;
/*
color: #e3e3e3;
border:#e3e3e3 1px solid;
*/
}

.pagination a:hover, .pagination a.selected{
color: #CC0000;
background-color:none;
border:#CC0000 1px solid;
}