@charset "UTF-8"; 

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

	#gallery .caption {
	z-index:600;
	background-color:#980212;
	color:#ffffff;
	height:58px;
	width:100%;
	position:absolute;
	bottom:0;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

	#gallery .caption .content {
	margin:5px 0 0 25px;
	text-transform: capitalize;
	}
	
	#gallery .caption .content h3 { 
	}

