﻿body
{
	font-family: arial;
}

.clear
{
	clear: both;
}

 

#gallery
{
	position: relative;
	height: 225px;
	border:solid 1px #ccc;
}
#gallery a
{
	float: left;
	position: absolute;
}

#gallery a img
{
	border: none;
}

#gallery a.show
{
	z-index: 500;
}

#gallery .caption
{
	z-index: 600;
	background-color: #000;
	color: #ffffff;
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0;
	 
}

#gallery .caption .content
{
	margin: 5px;
}

#gallery .caption .content h3
{
	margin:0px 0px -5px 0px;
	padding: 0;
	color: #fc7c00;
	 font-size:18px; text-align:left;
}

#gallery .caption .content p{font-size:14px; text-align:left; margin-bottom:4px;}
