.gallery{
	margin-top: 36px;
}

.gallery .item{
	width: 200px;
	height: 220px;
	float: left;
}

.gallery .item img{
	float: left;
	margin-bottom: 10px;
	display: inline;
}

.gallery .item .desc {
	width: 100%;
	float: left;
}

.gallery .item .name {
	width: 100%;
	float: left;
}

.content{
	margin-right: 0;
}
