@charset "utf-8";
/* CSS Document */

.galleryTable {
	width: 870px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.thumbsTable {
	width: 370px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.thumbCell {
	background-color: #1d1e21;
	width: 55px;
	text-align: center;
	vertical-align: top;
}

.thumbCellEmpty {
	width: 25px;
}


