@charset "UTF-8"; 

/* Main Layout Styles */ 
#gallery {
	position:relative;
	height:300px;
	border-top: 2px solid #393810;
	border-bottom: 2px solid #393810;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	background-color:#393810;
	color:#ffffff;
	height:70px;
	width:100%;
	position:absolute;
	bottom:0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding: 0 0 0 20px;
	}

	#gallery .caption .content {
	margin:5px
	}
	
	#gallery .caption .content h3 {
	margin:15px 0 10px 0;
	letter-spacing: 0.3em;
	padding:0;
	color:#FEF9F4;
	text-transform: capitalize;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
