      
        /* slider specific CSS */
        .sliderGallery-wrap { background-color:#000; display: block; width: 460px; height: 190px; }
        .sliderGallery {
            background: url(../images/slider_bg.gif) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px 0px 0px 0px;
            margin:0 10px;
            height: 180px;
            width: 440px;
        }

        .sliderGallery h2 { position:absolute; color:#fff; top:15px; padding:0; margin:0; font-size:12px; font-weight: normal; }
* html .sliderGallery h2 { left:4px; }
*+html .sliderGallery h2 { left:4px; }                        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0 10px;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }

        .sliderGallery UL LI A:focus { outline:none; }

        .sliderGallery UL LI A IMG {
            border: 0;
        }
        
        .slider {
            width: 442px;
            height: 17px;
            top: 150px;
            margin-left: -2px;
            padding: 1px;
            position: relative;
            background: url(../images/productbrowser_scrollbar.png) no-repeat;
        }

* html .slider {
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms/fileadmin/res/slider/styles/images/productbrowser_scrollbar.png');            
        }

        
        .handle {
            position: absolute;
            height: 17px;
            width: 161px;
            top: 0;
            background: url(../images/productbrowser_scroller.png) no-repeat; 
            z-index: 100;
        }

        * html .handle {
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms/fileadmin/res/slider/styles/images/productbrowser_scroller.png');            
        }


        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 0;
            top: 1px;
            display: block;
        }
        
        .slider .slider-lbl1 {
            left: 35px;
        }
        
        .slider .slider-lbl2 {
            left: 105px;
        }
        
        .slider .slider-lbl3 {
            left: 205px;
        }

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

        .slider .slider-lbl5 {
            left: 380px;
        }

}
