
#gallerysubtitle {
	font-weight: bold;
}

.gallerynavigation {
	text-align: center;
}

.gallerythumbnail {
	float: left;
	border: 1px solid #737373;
	background-color: #b3b3b3;
	width: 150px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	font-size: 10px;
}

.gallerythumbnail img {
	border: 1px solid black;
	margin-bottom: 5px;
}

#photogallery br {
	clear: both;
}

#photo img {
	border: 1px solid black;
}
#phototitle {
	color: #CCCCCC;
}

#photonavigation a {
	color: #CCCCCC;
}

#photocaption {
	color: #CCCCCC;
}