@charset "Shift_JIS";
/* CSS Document */

.gallery-fade {
	position: relative;
	width: 640px;
	margin: 0;
	overflow: hidden;
}

	.gallery-fade .holder {
		position: relative;
		overflow: hidden;
		z-index: 2;
		width: 100%;
	}
	
		.gallery-fade .holder ul {
			width: 100%;
			height: 640px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.gallery-fade .holder ul li {
				/*float: left;*/
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 0;
			}
			
				.gallery-fade .holder ul li img {
					display: block; 
				}
				
			
				.gallery-fade .holder ul li div.comment {
					width: 360px;
					height: 140px;
					margin: 0 auto;
					padding: 0;
				}
				
				.gallery-fade .holder ul li div.comment2 {
					width: 640px;
					height: 140px;
					margin: 0 auto;
					padding: 0;
				}
				
				
				
				
		.gallery-fade ul.control {
			position: absolute;
			z-index: 3;
			top: 500px;
			left: 0;	
			width: 640px;
			height: 140px;
		}
			.gallery-fade ul.control li {
				position: absolute;
			}
				
			.gallery-fade ul.control li.left {
				width: 140px;
				height: 140px;
				left:0;
			}
			
			.gallery-fade ul.control li.right {
				width: 140px;
				height: 140px;
				left: 500px;
			}
			
		.gallery-fade .prev-disable {
			visibility: hidden;
		}
		
		.gallery-fade .next-disable {
			visibility: hidden;
		}
		
		.gallery-fade a {
			overflow:hidden;
			outline: none;
		}
