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

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

	.gallery-fade .holder {
		position: relative;
		overflow: hidden;
		z-index: 2;
		width: 100%;
		height: 100%;
	}
	
		.gallery-fade .holder ul {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.gallery-fade .holder ul li {
				position: absolute;
				top: 0;
				left: 0px;
				width: 100%;
				height: 100%;
				padding: 0;
			}
			
				.gallery-fade .holder ul li img {
					display: block; 
				}
			
				.gallery-fade .holder ul li div.comment {
					width: 400px;
					height: 60px;
					margin: 20px auto 0;
					padding: 0;
					font-size: 14px;
					line-height: 1.7em;
					color: #CCC;
				}
				
				
				
		.gallery-fade ul.control {
			position: absolute;
			z-index: 3;
			top: 427px;
			left: 0;	
			width: 640px;
			height: 100px;
		}
			.gallery-fade ul.control li {
				position: absolute;
			}
				
			.gallery-fade ul.control li.left {
				width: 100px;
				height: 100px;
				left:0;
			}
			
			.gallery-fade ul.control li.right {
				width: 100px;
				height: 100px;
				left: 540px;
			}
			
		.gallery-fade .prev-disable {
			visibility: hidden;
		}
		
		.gallery-fade .next-disable {
			visibility: hidden;
		}
		
		.gallery-fade a {
			overflow:hidden;
			outline: none;
		}