/*
#thumbnails {
	background-color: #997700;
	height: 115px;
	margin-bottom: 2em;
	overflow: auto;
	width: 700px;
}
* html #thumbnails {
	overflow-y: hidden;
}
#thumbnails-gallery {
	padding: 0.5em;
	white-space: nowrap;
	width: 1375px;
}
* html #thumbnails-gallery {
	width: 1430px;
}
*/
#thumbnails {
	background-color: #997700;
	margin-bottom: 2em;
	width: 91%;
}
#thumbnails-gallery {
	padding: 0.5em;
}
.thumbnail {
	display: inline;
	text-align: left;
}
.thumbnail a,
.thumbnail a:link,
.thumbnail a:visited,
.thumbnail a:active {
	color: #F0E9CB;
	text-decoration: none;
}
.thumbnail a:hover img {
	border: 2px solid white;
}
.thumbnail div {
	font-weight: bold;
}
.thumbnail img {
	border: 2px solid gray;
}

#picture-viewer {
	margin: 0 auto;
	text-align: center;
}
#picture-viewer a,
#picture-viewer a:link,
#picture-viewer a:visited,
#picture-viewer a:active {
	color: #F0E9CB;
	text-decoration: none;
}
#picture-viewer a:hover img {
	border: 2px solid white;
}
#picture-viewer img {
	border: 2px solid gray;
	margin: 0 auto;
	text-align: center;
}
#picture-viewer h2 {
	margin-bottom: 0.5em;
}
