.border-below {
	border-bottom: 1px dotted black;
}

.gallery-listing {
	width: 100%;
}
.gallery-listing td:first-child {
	width: 120px;
}
.gallery-preview {
	width: 120px;
	text-align: center;
}
.gallery-preview img { border: 0px; }

empty-gallery {	width: 80px; height: 80px; }

.image-listing {
	margin-top: 10px;
}

.left-image, .center-image, .right-image {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.left-image { clear: left;  }

.left-image img, .center-image img, .right-image img, .prev-image img, .next-image img {
	border: 0px;
}

.photo-desc {
	margin-top: 10px;
	padding-bottom: 10px;
}

.nav-images { margin-top: 10px; }
.nav-images .prev-image { float: left; width: 200px; }
.nav-images .next-image { text-align: right; }

.public { padding: 5px; background: #BFFFBF; border: 0px; }
.notpublic { padding: 5px; background: #FFBFBF; border: 0px; }

