#gallery
{
	overflow: hidden;
}

#gallery div.container
{
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	margin: 2px;
	font-size: 75%;
	line-height: normal;
	text-align: center;
}

#gallery img
{	height: 100px; width:100px;
	border: 1px solid #597A45;
}
