.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
width:568px; /*width of featured content slider*/
height: 219px;
text-align:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
right:0;
background: white;
width: 568px; /*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:558px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
height:12px;
padding: 7px 5px;
border-top:1px dotted #999999;
background:#990000;
}

.pagination a{
padding-top:3px;
padding-bottom:3px;
padding-left:7px;
padding-right:7px;
border:1px solid #990000;
font-weight:bold;
text-decoration: none; 
color: #990000;
background: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #990000;
border:1px solid #ffffff;
}
