        #sliderContainer {
            background-color: #fff;
            width: 900px;
            margin: 0px auto;
            padding: 0; 
            font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
            font-size: 100%;
            background-color: #ffffff;
        }


        .sliderGallery {
            background: url(../../images/productbrowser_background.jpg) no-repeat;
            overflow: hidden;
			position: relative;
            padding: 10px;
            height: 160px;
            width: 879px;
			margin-bottom:15px;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
			margin: 0 4px;
        }
        
        .slider {
            width: 861px;
            height: 21px;
            margin-top: 140px;
            margin-left: 8px;
            padding: 1px;
/*            position: relative;
*/			position: absolute;
            background: url(../../images/productbrowser_scrollbar.png) no-repeat;
			
			
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 23px;
            width: 181px;
            top: 0;
            background: url(../../images/productbrowser_scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #fff;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 45px;
        }
        
        .slider .slider-lbl2 {
            left: 225px;
        }
        
        .slider .slider-lbl3 {
            left: 410px;
        }

        .slider .slider-lbl4 {
            left: 540px;
        }

        .slider .slider-lbl5 {
            left: 760px;
        }
