@charset "Shift_JIS";


.gallery {
	width: 660px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
	.gallery .holder {
		width: 100%;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
		.gallery .holder ul {
			margin: 0;
			padding: 0;
			list-style: none;
			width: 30000px;
		}
			.gallery .holder ul li {
				float: left;
				width: 660px;
				padding-right: 5px;
			}
				.gallery .holder ul li img {
					display: block;
				}
				
/*----------------------------
	Ẽir
----------------------------*/
/*.next,
.prev {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 180px;
	background: url(../images/btn_carousel_right.gif) no-repeat;
	z-index: 100;
	outline: none;
	cursor: pointer;
}
.prev {
	background: url(../images/btn_carousel_left.gif) no-repeat;
	right: auto;
	left: 10px;
}
.next-disable {
	background: url(../images/btn_carousel_right_off.gif) no-repeat;
	cursor: default;
}
.prev-disable { 
	background: url(../images/btn_carousel_left_off.gif) no-repeat;
	cursor: default;
}*/

.gallery ul.control {
	position: relative;
	z-index: 3;
	/*top: 495px;
	left: 0;*/
	width: 660px;
	height: 60px;
}
	.gallery ul.control li {
		position: absolute;
		width: 100px;
		height: 60px;
	}
		
	.gallery ul.control li.left {
		left:0;
	}
	
	.gallery ul.control li.right {
		right: 0;
	}
	
.gallery .prev-disable {
	visibility: hidden;
}

.gallery .next-disable {
	visibility: hidden;
}