div.gallery { width: 700px;	}
div.gallery img
{
	width: 700px;
	height: 361px;
	margin-bottom: 1.0em;
}
div.gallery div
{
	padding: 4px 10px 4px 10px;
	margin-left: 8px;
	background-color: #666666;
	border: solid 1px White;
	text-align: center;
	display: inline;
}
	div.gallery div a
	{
		color: White;
		text-decoration: none;
		font-size: 8pt;
		font-weight: bold;
		letter-spacing: 1px;
	}
div.gallery table { width: 700px; }
div.gallery td { width: 50%; }
.galleryRight { float: right; }
.galleryLabel 
{ 
	vertical-align: middle; 
	text-align: center; 
}