.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 818px; /*width of featured content slider*/
height: 327px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px 0 0;
width: 818px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 327px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
width: 818px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 0 0 0 10px;
margin: 0 0 0 0;
}

.pagination a {
padding: 1px 5px 0 6px;
text-decoration: none; 
color: #175f86;
background-image: url(../images/circle-off.png);
background-position: center top;
background-repeat: no-repeat;
width: 12px;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em;
display: inline-block;
font-size: 12px;
height: 12px;
text-indent: -5000px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-image: url(../images/circle-on.png);
}

.previous a {
padding: 30px 10px 0 0px;
text-decoration: none; 
color: #175f86;
background-image: url(../images/left-arrow.png);
background-position: center top;
background-repeat: no-repeat;
width: 35px;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
float: left;
font-size: 12px;
height: 84px;
text-indent: -5000px;
}

.previous a:hover, .previous a.selected{
color: #000;
}

.next a {
padding: 30px 0 0 0px;
text-decoration: none; 
color: #175f86;
background-image: url(../images/right-arrow.png);
background-position: center top;
background-repeat: no-repeat;
width: 35px;
text-align: center;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
float: left;
font-size: 12px;
height: 84px;
text-indent: -5000px;
}

.next a:hover, .next a.selected{
color: #000;
}