﻿/*
** Gallery.css
** Css rules for laying out the 6x2 gallery
*/
table.gallery td.mainImage
{
	width: 420px;
	height: 350px;
	padding-right: 4px;
}
table.gallery td.mainImage img
{
	display: block;
	width: 420px;
	height: 350px;
	overflow: hidden;
}
table.gallery td.thumbnail
{
	width: 67px;
	height: 55px;
	padding-right: 4px;
	padding-bottom: 4px;
}
table.gallery tr.last td.thumbnail
{
	padding-bottom: 0;
}
table.gallery td.thumbnail img
{
	display: block;
	width: 67px;
	height: 55px;
	overflow: hidden;
	cursor: pointer;
}
