﻿#gallery .imageList
{
	width: 712px;
	margin-left: -6px;
	border-collapse: separate;
	border-spacing: 6px;
	text-align: center;
}

#gallery .imageList .imageBox
{
	height: 170px;
	width: 25%;
	vertical-align: top;
	border: 1px dotted #c4c4c4;
	padding:2px;
}

#gallery .imageList .imageBox table
{
	width:100%;
}

#gallery .imageList .imageBox table td
{
	vertical-align: middle;
	height:170px; 
	text-align:center;
}
