@charset "utf-8";
/* CSS Document */

 
       
        
        /* slider specific CSS */
        .sliderGallery {
	font: 1em "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 100%;
	background: #FFF;
	overflow:hidden;
	position: relative;
	padding: 0;
	height: 220px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
			overflow:none;
          
            white-space: nowrap;
            padding: 0;
            margin: 0 auto;
			
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
		
		  .sliderGallery UL LI a 
		  { text-decoration:none;}
        
        .slider {
            width: 550px;
            height: 20px;
            margin:  0 auto;
            text-align:center;
			padding: 1px 0;
            position: relative;
			background: url(../pic/slider/productbrowser_scrollbar_542.png)  no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../pic/slider/productbrowser_scroller-bottom.png)  no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #333;
            font-size: 11px;
            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;
        }

