table.photogallery {
	border-collapse: collapse;
	width: 100%;
}
table.photogallery th {
	padding: 4px;
}
table.photogallery td {
	padding: 4px;
	border-bottom:thin dashed;
	border-color: #CCC;
}
.photogallery img {
	border: 1px solid #00F;
}
.photogallery div {
	margin: 0;
	padding: 0;
}
.photogallery .photogallery-photo {
	float: left;
	padding: 0 0 18px 0;
	margin: 0 8px 8px 0;
}
.photogallery .mainphoto {
	text-align: center;
	padding: 0 0 18px 0;
}
.photogallery .mainphoto img {
	border: 0;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
