#slider, #slider li { margin:0; padding: 0; width:660px; height:450px; list-style:none; }

#slider { overflow: hidden; }

#slider li { float:left; }

#slider_thumbs { width: 660px; height: 70px; list-style: none; overflow: hidden; display: block; margin: 0; padding: 0;}
        
#slider_thumbs li { width: 120px; height: 50px; text-align: center; display: block; float: left; }

#slider_thumbs li img { margin: 0 auto; display: block; height: 50px; }

#slider_thumbs li.current {  }


