.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 5px solid #cc0000;
border-right: 5px solid #cc0000;
border-left: 5px solid #cc0000;
width: 580px; /*width of featured content slider*/
height: 275px;
padding: 0px;
}



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

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (580+10+10=420)*/
text-align: right;
background-color: #cc0000;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
        font-family: arial,tahoma,verdana,sans-serif;
        color: #ffffff;
        font-size: 12px;
}

.pagination a:link {
color: #ffffff;
padding: 6 7px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #990000;
}
