.sliderwrapper{
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
color: #666666;
font-weight: normal;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
vertical-align:top;
text-align:justify;
width: 440px; /*width of featured content slider*/
height: 170px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 3px;  /*leave as is*/
top: 2px;  /*leave as is*/
background: transparent;
width: 435px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 170px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
color: #666666;
font-weight: bold;
width: 440px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}
.pagination a{
text-decoration: none; 
color: #0280C4;
background: transparent;
}
.pagination a:hover, .pagination a.selected{
color: #C7141D;
background-color: transparent;
}
