.clear {
	clear:both
}
#gallery {
	position:relative;
	height:402px;
	width: 892px;
	margin: 4px auto;
	overflow: hidden;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}	
#gallery a.show {
	z-index:500;
}
#gallery .caption {
	z-index:600; 
	background:#000; 
	height:35px; 
	width:100%; 
	position:absolute;
	bottom:0;
	display: none;
}
#gallery .caption .content {
	margin:5px;
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	padding-left: 15px;
	color: #FFF;
	display: inline;
	float: left;
	margin:4px 0 0 0;
	/*opacity:1.0;*/
	font-size: 16px;
	/*filter:alpha(opacity=100);*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#gallery .caption .content h3 a.display {color:#FFF;opacity:1.0;filter:alpha(opacity=100);margin-left: 10px;margin-top:5px;letter-spacing:0px;text-decoration:none;font-weight:bold;font-size:12px;}