.highlight {
	
}
.highlight .main-content {
	margin-bottom: 0 !important;
}

.highlight ul.items {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.highlight ul.items li {
	float: left;
	margin: 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin-left: 20px;
}
.highlight ul.items li a {
	display: block;
	width: 100px; /*120*/
	height: 90px; /*90*/
	padding: 0 10px 7px 10px;
	background: url('../dsg/box.png') no-repeat top left;
	color: #5c2506;
	font-size: 1.4em;
	line-height: 1.2em;
	
	display: table-cell;
	vertical-align: middle;
}
