table.gallery {
	clear: both;
	border-collapse: collapse;
}

table.gallery td {
/*	border: 1px solid silver; */
	border: none;
	padding: 2px;
	width: 118px;
}

table.gallery td {
	text-align: center;
}

table.gallery td img {
	width: 130px;
	height: 95px;
}

.gallery_description {
	margin-top: 4px;
	font-size: 80%;
}

