 h1 { 
            margin-bottom: 2px; 
        }

        #container {
            background-color: #fff;
            width: 580px;
            margin: 15px auto;
           /* padding: 50px;*/
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(images/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 140px;
            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: #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;
        }

        h1 { 
            margin-bottom: 2px; 
        }

        #container {
            background-color: #fff;
            width: 100%;
            margin: 0px auto;
            /*padding: 50px;*/
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(../images/galerie/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px 0;
            height: 450px;
            width: 100%;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            /*white-space: nowrap;*/
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin: 435px auto 0;
            padding: 1px;
            position: relative;
        } 
		
		/* test de curseur
		
		.ui-widget-content .ui-state-default{
		background: url(../images/zip-curseur.jpg) no-repeat !important;
		border: none !important;
		}
		
		.ui-widget-content{
			border:none !important;
		}
		
		.ui-slider .ui-slider-handle{
		height:8em !important;
		width:14em !important;
		}
		
		.ui-slider-horizontal .ui-slider-handle{
		margin:0 !important;
		top:-1.7em !important;
		}*/