﻿body{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:295px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:300
	}

	#gallery .caption {
		z-index:500; 
		background-color:#000; 
		color:#ffffff; 
		height:30px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:0px
	}
	
	#gallery .caption .content {
		margin:0px;
		padding:0px;
		color:#ffffff;
		font-family:Serif;
		text-align:center;
		padding-right:10px;
		font-size:14pt;
		padding-top:5px;
		
	
		
	}
