.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 477px; /*width of featured content slider*/
height: 365px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 477px; /*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;
}
.pagination{
/*width: 477px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
margin: 0 10px 15px 0;
z-index: 999;
position: absolute; /*leave as is*/
right: 0;  /*leave as is*/
bottom: 0;  /*leave as is*/
}
.pagination a{
padding: 2px 7px;
text-decoration: none; 
color: #ccc;
background: #999;
opacity:0.6;
filter:alpha(opacity=60)
}
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #666;
opacity:1;
filter:alpha(opacity=1000)
}
