.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;
*/width: 734px; /*width of featured content slider*/
height: 437px;
background-color:#000;
z-index:1; *z-index:0; _z-index:0;
}

.thumblink { color:#FFF; font-size:10px; margin-bottom:10px }

#container-paginate-slider3 { position:absolute; top:0px; left:0; padding:0; margin:0; width:734px; height:437px; z-index:400; }

#paginate-slider3 { text-align:left; padding:0; margin:0; }

#paginate-slider3-thumbs, #paginate-slider3-thumbs-show { position:absolute; bottom:0px; left:0; padding:10px 0 7px; background:url('/customcellars/images/bg_black_50.png') bottom left; width:734px; }
#paginate-slider3-thumbs { padding:10px 27px 7px; background:url('/customcellars/images/bg_black_60.png') bottom left; }
#button-next { float:right; width:70px; height:24px; margin-top:-3px; margin-right:12px; }
#button-prev { float:left; width:102px; height:24px; margin-top:-3px; }
#button-next a, #button-prev a { display:block; margin:0 6px 0 6px; }
#button-next img, #button-prev img {  }
#button-next a, #button-prev a, #button-next img, #button-prev img { border:none; } 
#button-next a { background:url('/customcellars/images/button-next.png') no-repeat; width:70px; height:24px; } 
#button-prev a { background:url('/customcellars/images/button-previous.png') no-repeat; width:102px; height:24px; }
#button-next a:hover { background:url('/customcellars/images/button-next-on.png') no-repeat; } 
#button-prev a:hover { background:url('/customcellars/images/button-previous-on.png') no-repeat; }
#button-text { width:200px; height:24px; }

div.overlay { width:734px; height:437px; background-image:url('/images/overlay-customcellars.png'); }
<!--[if IE 6]> div.overlay { display:none } <![endif]-->
#paginate-slider2 div.overlay { position:absolute; bottom:0; left:0; width:734px; height:437px; background-image:url('/images/overlay-customcellars.png'); z-index:-1; }

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 734px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
margin-left:0px;
margin-top:0px;
overflow:hidden;
z-index:0;
}

.contentdiv img{
  border-style:none;
}

.pagination{
width: 747px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 0 8px 5px;
}

.pagination a,.pagination a:visited{
padding: 5px 3px 5px 2px;
text-decoration: none; 
color: #fff;
font-weight:bold;
text-decoration:none;
}

.pagination a img,.pagination a:visited img{
border:1px solid #fff;
}

.pagination a:hover img { border:1px solid #089010; }

.pagination a:hover, .pagination a.selected{
color:#089010;
font-weight:bold;
text-decoration:none;
}