.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 929px; /*width of featured content slider*/
height: 225px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 929px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 1;
}

div.pagination{
width: 929px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
margin-top: -40px;
margin-bottom: 1px;
z-index: 5;
}

.pagination a, .pagination a:hover, .pagination a.selected{
padding: 0;
text-decoration: none; 
color: #000000;
background-color: #D9E7CF;
font-size: 7pt;
font-weight: bold;
text-valign: center;
margin-left: 4px;
margin-right: 4px;
margin-top: 1px;
margin-bottom: 1px;
}

