.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 640px; /*width of featured content slider*/
margin-top:0px;
position:absolute;
top:155px;
height:270px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 795px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 270px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:0;
}

.sliderwrapper .contentdiv img{width:640px; height:270px;}

.pagination{
width: 795px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position:absolute;
bottom:5px; right:10px;
text-align: right;
z-index:100;
}


.pagination a
{
    background:url(SlideBtn.png) no-repeat;
    _background:url(SlideBtn.gif) no-repeat;
    padding: 0 5px;
    text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
    background:url(SlideBtnHover.png) no-repeat;
    _background:url(SlideBtnHover.gif) no-repeat;
}