.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 885px; /*width of featured content slider*/
height: 255px;
}

.sliderwrapper1 .contentdiv1{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
width: 885px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 255px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper1 .contentdiv1 h2{ color:#ca1e25; margin:0px; padding:0px; font-size:22px; font-weight:normal; }

.pagination1{
width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding:0px 20px 0px 0px;
margin:0px;
float:right;
}

.pagination1 a{ background-image:url(../gfx/slider_off.jpg); width:7px; height:7px; background-repeat:no-repeat; font-size:1px; padding:3px; color:#810130; }

.pagination1 a:hover, .pagination1 a.selected{ background-image:url(../gfx/slider_on.jpg); width:7px; height:7px; background-repeat:no-repeat; font-size:1px; padding:3px; color:#000000; }