
        /* slider specific CSS */
        .sliderGallery {
            /*background: url(../fr/faq/images/productbrowser_background_20070622.jpg) no-repeat;*/
            background-color: #F7F5F2;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 170px;
            width: 610px;
            border-width: 2px;
            border-color: #0F88CA;
            border-style: solid;
            margin-top:20px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
	        display: block;
            width: 599px;
            height: 16px;
            margin-top: 160px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/faq/slider.gif) no-repeat;
            background-position: center;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 16px;
            width: 209px;
            top: 0;
            background: url(../images/faq/handle.gif) no-repeat;
            z-index: 100;
        }
        
        .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: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }

