.group-list {
	float: left;
}

.group-list .group-box {
	float: left;
	width: 140px;
	overflow: hidden;
	margin-right: 10px;
}
.group-list .group-box .picture {
	text-align: center;
	height: 120px;
	overflow: hidden;
}
.group-list .group-box .picture img {
}
.group-list .group-box a.title {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0f4861;
	padding: 5px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}
.group-list .group-box a.title:hover {
	text-decoration: underline;
}
