﻿#gallery {
	position:relative;
	height:185px
}
#gallery a {
	float:left;
	position:absolute;
	left:0px;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000000; 
	color:#ffffff; 
	height:40px; 
	width:100%; 
	position:absolute;
	bottom:0;
	font-size:12px;
	left:0px;
}

#gallery .caption .content {
	margin:5px
}	