.gallery {
	margin: 2em 0;
}
.gallery .image_container {
	float: left;
	margin: 0 15px 15px 0;
}
.gallery .image {
	background-color: #fff;
	border: 10px solid #fff;
	height: 110px;
	width: 120px;
}
.gallery .image a {
	display: block;
	height: 110px;
	width: 120px;
}
