.gallery {
}
.thumb {
	margin: 0 10px 20px 10px;
	display: block;
	float: left;
	width: 115px;
	text-align: center;
}
.thumb img {
	border: none;
}
.thumb:hover img,
	.thumb:focus img {
	border: 2px solid #ddd;
	margin: -2px;
}


.merchandise {
	margin-top: 2em;
	margin-bottom: 2em;
}
.merchandise h2 {
	color: black;
}
.merchandise img {
	float: left;
}
.merchandise .thumb {
	width: 158px;
	height: 158px;
	margin: 0 1.5em 0 0;
}
