.galleryThumbnailGray
{
	padding: 5px;
	background-color: #F0F0F0;
	width: 120px;
	min-height: 230px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

.galleryThumbnailGray:hover
{
	background-color: #E0E0E0;
}

.galleryThumbnailGraySmall
{
	padding: 5px;
	background-color: #F0F0F0;
	width: 120px;
	height: 180px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

.galleryThumbnailGraySmall:hover
{
	background-color: #E0E0E0;
}
