#gallery {
	position: relative;
	height: 380px;
	width: 500px;
}
#gallery a {
	float: left;
	position: absolute;
}

#gallery a img {
	border: none;
}

#gallery a.show {
	z-index: 5;
}

#gallery .caption {
	z-index: 6;
	background-color: #000;
	color: #ffffff;
	height: 100px;
	width: 500px;
	position: absolute;
	bottom: 0;
}

#gallery .caption .content {
	margin: 5px;
	line-height: 1.4em;
	width: 490px
}

#gallery .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14pt;
	margin-bottom: 5px;
}
