.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

border-bottom-width: 6px;

width: 590px; /*width of featured content slider*/

height: 220px;

}







.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: none;

width: 590; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

height: 242px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 3;

opacity: 3;

}



.pagination{

width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

text-align: left;

background-color: none;

border: 0px solid whight;

padding: 0px 0px;

}



.pagination a{

padding: 0 5px;

text-decoration: none; 

font-weight: bold;

color: #A80602;

background: none;

}



.pagination a:link, .pagination a.selected{

color: #fff;

background-color: #A80602;

font-weight: bold;

}

.pagination a:hover, .pagination a.selected{

color: #A80602;

background-color: #fff;

font-weight: bold;

}

.pagination a:active, .pagination a.selected{

color: #fff;

background-color: #A80602;

font-weight: bold;

}