@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
}

#gallery {
	position:relative;
	height:372px;
	width:1000px;/*685-20*/
}
	#gallery span {
		float:center;
		position:absolute;
	}
	
	#gallery span img {
		border:none;
	}
	
	#gallery .show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000000; 
		color:#ffffff; 
		height:0px; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content p {
		margin:20px;
		padding:0;
		color:#FFFFFF;
		font-weight:normal;
		font-size:17px;
		text-align:left;
	}
