@charset "utf-8";

.equipment-list{
	overflow: hidden;
	padding-bottom: 20px;
}
.equipment-list li{
	float: left;
	width: 33%;
}

.gallery{
	overflow: hidden;
	font-size: 12px;
}
.gallery li{
	float: left;
	width: 20%;
	text-align: center;
	height: 130px;
}