.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 671px; /*width of featured content slider*/
height: 228px;
BORDER-RIGHT: #c5c6c7 1px solid; 
BORDER-TOP: #c5c6c7 1px solid; 
BORDER-LEFT: #c5c6c7 1px solid; 
BORDER-BOTTOM: #c5c6c7 1px solid
}

.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: #FFFFFF;
width: 671px; /*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;
}

.pagination{
width: 671px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
BORDER-RIGHT: #c5c6c7 1px solid; 
BORDER-TOP: #c5c6c7 0px solid; 
BORDER-LEFT: #c5c6c7 1px solid; 
BORDER-BOTTOM: #c5c6c7 1px solid;
padding: 0px 0px;
}

/* attributes of the pagination area */
.pagination a{
padding: 3px 5px;
text-decoration: none; 
color: #000000;
background: #FFFFFF;
FONT-SIZE: 12px; 
FONT-FAMILY: Arial; 
FONT-WEIGHT: bold; 
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #c5c6c7;
}