@charset "UTF-8";
/* CSS Document */

        /* slider specific CSS */
        .sliderGallery {
            background: url(../Scripts/productbrowser_background_20070622.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 560px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:10px;
			color:#FFF;
        }
		
		.clear {
			clear:inherit;	
		}
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 120px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../Scripts/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../Scripts/productbrowser_scroller_20080115.png) no-repeat;
            z-index: 100;
        }
        
