
#gallerysubtitle {
	font-weight: bold;
}

.gallerynavigation {
	text-align: center;
}

.gallerythumbnail {
	float: left;
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
	width: 150px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	margin: 3px;
	font-size: 10px;
}

.gallerythumbnail img {
	border: 1px solid black;
	margin-bottom: 5px;
}

#photogallery br {
	clear: both;
}

#photo img {
	border: 1px solid black;
}
.gallerythumbnail {
  margin: 20px;
}

#viewphoto #photonavigation a {
  color: black;
}

#viewphoto #photocaption {
  margin-top: 10px;
  color: black;
  font-size: 120%;
  font-weight: bold;
}