@charset "utf-8";
/* CSS Document */
  body {
	padding: 0;
	margin: 0;
        }

        #container {
	width: 980px;
	margin: 15px auto;
	padding: 0px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 0px 10px 10px;
	height: 160px;
	width: 930px;
        }
        
        .sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	height: 374px;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
	width: 890px;
	height: 25px;
	/*margin-top: 140px;*/
			top: 140px;
	margin-left: 5px;
	padding: 1px 15px;
	position: relative;
	background: url(apple%20slider/images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
        .handle {
	position: absolute;
	cursor: move;
	height: 23px;
	width: 151px;
	top: 2px;
	background: url(apple%20slider/images/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
	margin-left: 10px;
	padding-right: 15px;
        }
        
        .slider span {
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
	font-weight: bold;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 0px;
        }
        
        .slider .slider-lbl3 {
            left: 275px;
        }

        .slider .slider-lbl4 {
            left: 425px;
        }

        .slider .slider-lbl5 {
            left: 775px;
        }
		 .slider .slider-lbl6 {
            left: 800px;
        }
		.slider a { color: transparent; border: 0px; }
.supertop {
	z-index: 200;
}
