.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 980px; /*width of featured content slider*/
height: 226px;
margin:0px;
padding:0px;
border:0px solid;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
padding: 0px;
margin:0px;
background: white;
width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 226px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 880px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #370102;
padding: 0px;
margin:0px;
margin-left:0px;
margin-top:0px;
border:0px solid;
height:30px;
padding-top:10px;
text-align:right;
padding-right:100px;
}

.pagination a:link{
padding: 0px;
padding-left:7px;
padding-right:10px;
padding-bottom:20px;
text-decoration: none; 
color: #999999;
font-size:11px;
background:url(images/slider-dot-off.png) no-repeat;
text-align:center;
height:34px;
}
.pagination a:visited{
padding: 0px;
padding-left:7px;
padding-right:10px;
padding-bottom:20px;
text-decoration: none; 
color: #999999;
font-size:11px;
background:url(images/slider-dot-off.png) no-repeat;
text-align:center;
height:34px;
}
.pagination a:hover, .pagination a.selected{
padding: 0px;
padding-left:7px;
padding-right:10px;
padding-bottom:10px;
text-decoration: none; 
color: #D20207;
font-size:11px;
background:url(images/slider-dot-on.png) no-repeat;
}