﻿#gallery
{
	float:left;
	height:300px;
	width:490px;
	
}
#gallery a {
	float:left;
	position:relative;
}
	
#gallery a img {
	border: #a9a9a9 2px solid;
}
	
#gallery a.show {
	z-index:500
}

#gallery .caption
{
	z-index: 600;
	background-color: #000;
	color: #ffffff;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom: #a9a9a9 0px solid;
	border-left: #a9a9a9 2px solid;
	border-top: #a9a9a9 0px solid;
	border-right: #a9a9a9 2px solid;
}

#gallery .caption .content {
	margin:5px 5px 0px 5px;
}
	
#gallery .caption .content h3
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
}

#gallery ul
{
	width: 185px;
	float: right;
	height: 300px;
	list-style-type: none;
	background-color: #dcdcdc;
	border: #a9a9a9 2px solid;
}
#gallery li
{
	height:50px;
	display:inline;
}
