.ch-grid {
	margin: 0px auto;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 1200px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 176px;
	height: 176px;
	display: inline-block;
	margin: 31px;
	float:left;
}
