#gallery {
	position:absolute;
	height:200px;
	top:0px;
	font-size:10px;
}

#gallery a {
	float:left;
	position:absolute;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:40px;
	width: 580px;
	position:absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
}

#gallery .caption .content {
	position: relative;
	margin: 7px;
	bottom: 0px;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#ffffff;
}

