
#gallerycontainer
{
	display: block;
	float: left;
	text-align: center;

}


.thumbcontainer{
	display: block;
	float: left;
	font: 9pt Calibri;
	font-weight: bold;
}


.thumbnail 
{
	display: block;
	float: left;
	vertical-align:  middle;
	text-align: center;
	width: 155px;
	height: 135px;
	background: white;
	text-decoration: none;
	color: black;	
	border: 4px solid black;
	margin: 3px 0px 3px 3px;	
	
}


.thumbnail:hover {
	border: 4px solid #b8b8b8;	
	color: navy;
}

.thumbnail img {
	margin: 5px;
}

.thumbnail br {
	line-height: 0px;
	margin: 0px;
}