@charset "UTF-8"; 

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

	#gallery .caption {
	z-index:600;
	background-color:#5E5C6E;
	color:#ffffff;
	height:70px;
	width:100%;
	position:absolute;
	bottom:0px;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	}

	#gallery .caption .content {
	margin:5px
	}

