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

<style type="text/css">

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px;
	margin-top:20px;
		margin-left:20px;
		z-index:1;
}
	#gallery a {
		float:left;
		position:absolute;
		
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:10px
	}
	
	#gallery .caption .content h3 {
		margin:0px 0px 5px 0px;
		padding:0;
		color:#EEEEEE;
		font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
		font-size:24px;
		font-weight:bold;
		letter-spacing:-1px;
			}
	
		#gallery .caption .content p {
		margin:0;
		padding:0;
		color:#EEEEEE;
		font-size:14px;
		font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
	}
	
	

</style>

