        #container {
            background-color: #999D74;
            background: url(../images/layout2_background.jpg) repeat-x;
            width: 1002px;
            height: 401px;
            padding-bottom: 40px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            height: 291px;
            width: 1000px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;

        }
        
        .sliderGallery UL LI {
            display: inline;
        }

        .sliderGallery TABLE {
            display: inline;
        }

        .sliderGallery LI {
            padding-left: 30px;
        }
        
        .slider {
            width: 992px;
            height: 28px;
            left: 5px;
            bottom:55px;
            padding: 1px;
            position: absolute;
            background: url(../images/productbrowser_scrollbar.jpg) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 28px;
            width: 190px;

            background: url(../images/productbrowser_scroller.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #d2d6b5;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
