@charset "UTF-8";
/* CSS Document */


.clear {
	clear:both
}

#gallery {
	position:relative;
	height:300px;
	border: 5px solid #998B77;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	background-color:#FFFFFF;
	width:100%;
	position:absolute;
	bottom:0;
	height: 22px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

	#gallery .caption .content {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#666666;
	float: left;
	font-size: 16px;
	font-weight: bold;
	}
	
