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

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

	.gallery-fade .holder {
		position: relative;
		overflow: hidden;
		z-index: 2;
		width: 100%;
	}
	
		.gallery-fade .holder ul {
			width: 100%;
			height: 445px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.gallery-fade .holder ul li {
				/*float: left;*/
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 445px;
				padding: 0;
			}
			
				.gallery-fade .holder ul li img {
					display: block; 
				}