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

/* ドレス　スライダー
---------------------------------------------------- */
        h1 { 
            margin-bottom: 2px; 
        }

         #container {
	background-color: #fff;
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            height: 150px;
            width: 645px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
	width: 645px;
	height: 15px;
	margin-left: 8px;
	position: absolute;
	background: url(images/productbrowser_scrollbar_20070622.png) no-repeat;
	padding: 1px;
	margin-top: 140px;
	background-image: url(images/navi_slide_base.gif);
	left: -8px;
        }
		
		#container .sliderGallery img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
        
        .handle {
	position: absolute;
	cursor: move;
	height: 6px;
	width: 153px;
	top: 1px;
            background: url(images/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
	background-image: url(images/navi_slide_button.gif);
	background-repeat: no-repeat;
	left: 0px;
        }
        
            .slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: -22px;
        }
        
       .slider .slider-lbl1 {
	left: 0px;
	color: #000000;
        }
        
        .slider .slider-lbl2 {
            left: 280px;
        }
        
        .slider .slider-lbl3 {
            left: 550px;
        }

