.clear {
	clear:both
}

#gallery {
	position:relative;
	height: 180px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:-4px;
	}

	#gallery .caption .content {
		margin:5px;
			font-family: Arial, Helvetica, sans-serif;
			
			text-align: right;
			padding-right: 10px;			font-size: 12px;
			color: #fff;
	}
	
	#gallery .caption .content h3 {
			color: #ee7100;
			font-size: 17pt;
			font-family: Arial, Helvetica, sans-serif;
			
			text-align: right;
			padding-right: 10px;
			background-color: transparant;
			font-weight: 100;
			padding-top: 5px;
	}