  body {
            padding: 0; 
            font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
         

            margin: 0;
        }
 
        h1 { 
            margin-bottom: 2px; 
        }
 
        #container {
            background-color: #fff;
            width: 780px;
            margin: 15px auto;
		/*	border: 1px #CCCCCC solid;*/
			padding-top:15px;
			
 
        }
		
		#container img
		{border: 1px solid #CCCCCC;}
        
        /* slider specific CSS */
        .sliderGallery {
         /*   background: url(slider-images/productbrowser_background_20070622.jpg) no-repeat; */
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 120px;
            width: 760px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
			margin-right: 40px;
        }
        
        .slider {
            font-size: 16px;
			width: 735px;
            height: 17px;
            margin-top: 105px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(product-broser-scroll.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background:url(../graphics/product-1.png);            z-index: 100;
        }
        
        .slider span {
            color: #FFFFFF;
            font-size: 11px;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 2px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 187px;
        }
        
        .slider .slider-lbl3 {
            left: 306px;
        }
 
        .slider .slider-lbl4 {
            left: 480px;
        }
 
        .slider .slider-lbl5 {
            left: 625px;
        }