.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 624px; /*width of featured content slider*/
height: 218px;
}

.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: #FFFFFF;
width: 624px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 218px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border-left:1px solid #e8e6e3;
}

.sliderwrapper .contentdiv h2{ color:#ca1e25; margin:0px; padding:0px; font-size:22px; font-weight:normal; }

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0px;
margin:0px;
}

.pagination a{ background-image:url(../gfx/slide_off.jpg); width:7px; height:7px; background-repeat:no-repeat; font-size:1px; padding:4px; color:#aca79f; }

.pagination a:hover, .pagination a.selected{ background-image:url(../gfx/slide_on.jpg); width:7px; height:7px; background-repeat:no-repeat; font-size:1px; padding:4px; color:#e62e35; }