@charset "UTF-8"; 

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

	#gallery .caption {
	z-index:600;
	height:70px;
	width:720px;
	position:absolute;
	bottom:0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding: 0 0 0 20px;
	background-image: url(images/bg-blue-60.png);
	}

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

