.clear {
	clear:both
}
#gallery {
	position:relative;
	height:205px;
	width:245px;
	float:right;
	padding-right:22px;
}
#gallery a {
	position:absolute;
}

#gallery a img {
	border: 1px solid #f0f0f0;
	padding:2px;
}

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

#gallery .caption {
	font: bold 13px arial,Tahoma;
	z-index:600; 
	background-color:#000;
	color:#ffffff; 
	height:30px; 
	width:100%; 
	position:absolute;
	margin-left:3px;
	top:130px;
}

#gallery .caption .content {
	padding:5px;
}

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