/* PHOTO GALLERY */
#photo-gallery {
	position:relative;
	height:410px;
	overflow: auto;
}
#photo-gallery-thumbs {
	position:relative;
	width: 680px;
	margin: 20px auto 0px auto;
}
.gallery-thumbnail {
	float: left;
	margin: 0px 20px 10px 0px;
}
