#gallery {
	position:relative;
	height:335px;

}
	#gallery a {
		float:left;
		position:absolute;
		top:0px;
left:0px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:10;
	}

	#gallery .caption {
		z-index:11; 
		background-color:#000; 
		color:#ffffff; 
		height:55px; 
		width:100%; 
		position:absolute;
		left:0;
		top:7px;
	}

	#gallery .caption .content {
		margin:5px;
	}
	
#gallery .caption .content {
font-family:"GabrielleRegular", Times New Roman, Times, serif;
font-size:40px;
color:#fff;
margin:0;
padding:15px;
}

#galleryie{display:none;}


