        /* slider specific CSS */
        .sliderGallery {
            background: url(../images/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 2px 10px 10px 10px;
            height: 155px;
            width: 894px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding:0px 10px;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 895px;
            height: 20px;
            margin-top: 128px;/*caller le slide*/
            margin-left: 0px;
            padding: 1px;
            position: absolute;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 20px;
            width: 173px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
			outline:none;
        }
        
        .slider span {
            color: #eee;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        /*.slider .slider-lbl1 {
            left: 55px;
        }
        
        .slider .slider-lbl2 {
            left: 177px;
        }
        
        .slider .slider-lbl3 {
            left: 320px;
        }

        .slider .slider-lbl4 {
            left: 400px;
        }*/

