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

.gallery-fade {
	position: relative;
	margin: 0;
	width: 660px;
	height: 555px;
	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;
				visibility: hidden;
			}
			.gallery-fade .holder ul li.current {
				visibility: visible;
			}
			
				.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: 495px;
			left: 0;
			width: 660px;
			height: 60px;
		}
			.gallery-fade ul.control li {
				position: absolute;
				width: 100px;
				height: 60px;
			}
				
			.gallery-fade ul.control li.left {
				left:0;
			}
			
			.gallery-fade ul.control li.right {
				right: 0;
			}
			
		.gallery-fade .prev-disable {
			visibility: hidden;
		}
		
		.gallery-fade .next-disable {
			visibility: hidden;
		}
		
		.gallery-fade a {
			overflow:hidden;
			outline: none;
		}


		.gallery-fade div#page {
			position: absolute;
			z-index: 4;
			left: 100px;
			top:495px;
			width: 460px;
			height: 60px;
			font-size: 12px;
			color: #CCC;
			text-align: center;
			line-height: 60px;
		}
		
			#page #current {
				font-size: 14px;
				color: #FFF;
				font-weight: bold;
			}
			#page #total {
			}
			