.Gallery-Table
{
	margin: 20px 0;
}
.Gallery-Table div.Image a
{
	float: none;
	margin: 0;
}

.Gallery-Table td
{
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.Gallery-Table td span.caption
{
	text-align: left;
}

.Gallery-Table td.title
{
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
	height: 25px;
	vertical-align: top;
}

.Gallery-Table td.image
{
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}
.Gallery-Table td.image div.Image a
{
	border: none;
	padding: 0 !important;
}
.Gallery-Table td.image div.Image a img
{
	margin: 0 !important;
}
.Gallery-Table td.empty
{
	border: none !important;
}
