﻿.galleryTable
{
	width: 100%;
}
.galleryTable TD
{
	border-top: solid 1px #dadada;
	padding: 10px 0px;
}

.galleryTable A img
{
	border: solid 1px #595959;
}
.galleryTable A:hover img
{
	border: solid 1px #ff8a01;
}
.galleryTable TD.imageCell
{
	width: 130px;
}
.galleryTable TD.textCell
{
	padding-left: 17px;
	padding-bottom: 27px;
	vertical-align: bottom;
}