@charset "utf-8";
/* CSS Document */

#gallery {
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.galleryThumb {
	float:left;
	width:auto;
	margin:5px;
	text-align:center;
}

.galleryThumb img {
	padding:2px;
	margin-bottom:5px;
	border:1px solid #C69C63;
}

#galleryPhotos {
	display:none;
	height:auto;
}

#galleryPhotos .galleryThumb {
	width:85px;
	height:85px;
}

.galleryFooter {
	clear:both;
	margin:5px;
	font-weight:bold;
	font-size:18px;
}
