﻿#container {
            background-color: #fff;
            
                        
        }
        
        /* slider specific CSS */
        .sliderGallery {
           /* background: url(images/productbrowser_background_20070622.jpg) no-repeat;*/
            position:relative;
            overflow: hidden;                      
            color:Black;
            width: 255px;
        }
        
        .sliderGallery ul {
            
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
        }
        
        .slider {
            width: 260px;
            height: 17px;
          
            margin-left: 5px;
            padding: 1px;
           
                   background: url(../images/productbrowser_scrollbar_20.png) no-repeat;
        }
        
        .handle {
            
            cursor: move;
            height: 17px;
            width: 90px;
           
            top: 0;
            background: url(../images/productbrowser_scroller_200.png) no-repeat;
            background-position:center;
            z-index: 100;
        }
        
        .slider span {
                color: #bbb;
            font-size: 100%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 270px;
            color:Orange;
        }
        
        .slider .slider-lbl1 {
            left: 30px;
        }
        
        .slider .slider-lbl2 {
            left: 45px;
        }
        
        .slider .slider-lbl3 {
            left: 90px;
        }

        .slider .slider-lbl4 {
            left: 156px;
        }

        .slider .slider-lbl5 {
            left: 210px;
        }


