#gallery {
	position:absolute;
	height:222px;
	top:30px;
	font-size:10px;
}

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

#gallery a img {
	border:3px solid #999999;
}

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

#gallery .caption {
	z-index:600;
	background-color:#000; 
	color:#ffffff; 
	height:40px; 
	width:100%; 
	position:absolute;
	left: 3px;
	bottom: -3px;
	text-align:center;
}

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

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

