.ImageBox{
	height: 12em;
	width: 10em;
	float: left;
	margin-left: 25px;
	margin-bottom: 1em;
	text-align: center;
	border: 1px solid #629900;
}
.ImageBox img{
	margin: 10px 10px 0;
}
.ImageBox p.description{
	text-indent: 0;
	text-align: center;
	margin: 0 5px;
	overflow: auto;
}
.ImageBox a {
	border: 0;
}
