   body {
            padding: 0; 
            font-family: Arial, Helvetica, sans-serif;
            font-size: 100%;
            background-color: #212121;
            margin: 0;
        }

        h1 { 
            margin-bottom: 2px; 
        }

        #container {
            width: 887px;
            margin: 0px auto;
            padding: 0px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(../slider-gallery_files/productbrowser_background.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 0px;
            height: 160px;
            width: 887px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 880px;
            height: 17px;
            margin-top: 140px;
            margin-left:2px;
            position: absolute;
            background: url(../slider-gallery_files/productbrowser_scrollbar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 180px;
            top: 0;
            background: url(../slider-gallery_files/productbrowser_scroller.gif) no-repeat;
            z-index: 0;
        }
        
        .slider span {
            color: #fff;
            font-size: 10px;
			font-weight:bold;
            cursor: pointer;
            position: absolute;
            z-index: 510;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 550px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

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

        .slider .slider-lbl5 {
            left: 455px;
        }/* CSS Document */
