.clear {
	clear:both
}

#gallery {
	position:relative;
	height:424px;
	overflow:hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		margin-top:8px;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background:url("../../img/base/pixel.png"); 
		color:#ffffff; 
		height:100px; 
		width:715px!important; 
		position:absolute;
		bottom:0;
		left:8px;
		padding:0 10px!important;
	}

	#gallery .caption .content {
		margin:0px;
		color: font:13px Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffcc; padding:0!important; width:659px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:5px 0 0;
		font:52px Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; line-height:53px;
	}
	

