#container{background-color: #fff; width: 580px; margin: 0; padding: 0px;}

 /* slider specific CSS */
.sliderGallery {
     overflow: hidden;
     position: relative;
     padding: 0px 10px 10px 10px;
     height: 126px;*height: 136px;
     width: 560px;
}
.sliderGallery UL { position: absolute; list-style: none; overflow: none; white-space: nowrap; padding: 0; margin: 30px 0 0 14px;}
.sliderGallery UL LI { display: inline; margin: 0 20px 0 20px;}

.slider {
     width: 542px;
     height: 17px;
     margin-left: 10px;
     padding: 1px;
     position: relative;
     background: url(images/productbrowser_scrollbar.gif) no-repeat;
}
.slider span { color: #bbb; font-size: 80%; cursor: pointer; position: absolute; z-index: 110; top: 3px;}
.slider .slider-lbl1 { left: 50px;}
.slider .slider-lbl2 { left: 178px;}
.slider .slider-lbl3 { left: 300px;}
.slider .slider-lbl4 { left: 455px;}

.handle {
     position: absolute;
     cursor: move;
     height: 17px;
     width: 181px;
     top: 0;
     background: url(images/productbrowser_scroller.gif) no-repeat;
     z-index: 100;
}