.clear {
	clear:both
}

#gallery1 {
	position:relative;
	height:100%;
	width:100%;
	overflow:hidden;
		border-radius:0 0 15px 15px;
/*	border:1px solid #F0F;
	margin:10px 10px;*/

}
#gallery1 h3{
	
	position:relative;
top:12px;
}
	#gallery1 a {
		position:absolute;
	}
	
	#gallery1 a img {
		width:100%;
	}
	
	#gallery1 a.show {
		z-index:500
	}

	#gallery1 .caption {
		z-index:600; 
		background-color:#6e5745; 
		color:#ffffff; 
		height:30px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery1 .caption .content {
		margin:5px;
		
	}
	
	#gallery1 .caption .content h5 {
		margin:0;
		padding:0;
		color:#fff;
	}

