.sliderGallery {
            background: url(/siteImages/sliderBG.jpg);
            background-repeat: repeat-x;
            overflow: hidden;
            position: relative;
            padding: 15px 5px 0px 5px;
            height: 180px;
            width: 950px;
            float: left;
            margin: 0 0 0 0px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
        }
        
        .sliderGallery UL LI {
            display: inline;
            padding: 0 4px 0 0;
            height: 100px;
        }
        
        .sliderGallery LI span{
        	float: left;
        }
        
        .slider {
            width: 944px;
            height: 19px;
            margin-top: 140px;
            padding: 1px;
            position: relative;
            background: url(/siteImages/Slider.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/siteImages/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;
        }
