﻿#gallery {
	position:relative;
	height:260px;
	width:500px;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	
}
#gallery .caption {
	z-index:600;	
	font-size:18px;
	font-weight:bold;
	height:63px;
	width:380px;
	position:absolute;
	left:190px; top:40px;
	text-align:right;
}
#gallery .caption .content {
	margin:5px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}