@charset "iso-8859-1";
/* CSS Document */

	.clear {
		clear:both
	}
	#gallery {
	position:relative;
	height:314px;
	width: 774px;
	margin-top: 6px;
	border: 1px solid #8fc96f;
	padding: 2px;
	}
	#gallery a {
		float:left;
		position:absolute;
	}
	#gallery a img {
		border:none;
	}
	#gallery a.show {
		z-index:20
	}
	#gallery .caption {
	z-index:21;
	background-color:#000;
	color:#ffffff;
	height:50px;
	width:774px;
	position:absolute;
	bottom:0;
	margin-bottom: 2px;
	}
	#gallery .caption .content {
		margin:5px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
	}
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#0F0;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
