

.clear {
	clear:both
}

#gallery {
	position:relative;
	padding: 8px;
	margin: 0 0 10px 0;
	height:220px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border: 0;
		 -moz-border-radius: 12px 12px 12px 12px;
		 border-radius: 12px 12px 12px 12px;
		 -moz-box-shadow: 0px 0px 12px #000000;
		-webkit-box-shadow: 0px 0px 12px #000000;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:35px; 
		width:620px; 
		position:absolute;
		bottom:8px;
		 -moz-border-radius: 0px 0px 12px 12px;
         border-radius: 0px 0px 12px 12px;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
	font-family:Arial;
	font-size: 15px;
		margin:0;
		padding:0;
		color:#FFFFFF;
	}
	
