        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 5px;
            height: 180px;
            width: 600px;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline; background: none; margin:0; padding:0;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 160px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
