.clear
{
	clear: both;
}
#gallery
{
	position: relative;
	height: 183px;
	width: 100px;
	margin-top: 55px;
	margin-left: 47px;
        z-index:10;
}
#gallery a
{
	float: right;
	position: absolute;
	text-align: right;
}
#gallery a img
{
	border: none;
	text-align: right;
}
#gallery a.show
{
	z-index: 500;
}
#gallery .caption
{
	z-index: 600;
	background-color: #000;
	position: absolute;
	bottom: 0;
	height: 38px;
	margin-bottom: 3px;
	margin-left: -206px;
	text-align: right;
	overflow: hidden;
}
#gallery .caption .content
{
	color: white;
	width: 290px;
	padding-top: 5px;
}
#gallery .caption .content h3
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: white;
}
