
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: absolute;
            padding: 10px;
            height: 120px;
            width: 542px;
			top:313px;
			left:50%; margin-left:-451px;
			z-index:+20;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
		
		.sliderGallery span {
		cursor:pointer;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 539px;
            height: 18px;
            top: 105px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #333;
            font-size: 10px;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 70px;
        }
        
        .slider .slider-lbl2 {
            left: 140px;
        }
        
        .slider .slider-lbl3 {
            left: 190px;
        }

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

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