@charset "UTF-8";
/* CSS Document */


.clear {
	clear:both;
	height:10px;
}

#gallery {
	position:relative;
	height:270px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			border:1px solid #d5d3d5;

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

	#gallery .caption {
		z-index:600; 
	
		color:#ffffff; 
	
	
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#ffffff;
		font-weight:normal;
		
	}
	