.container {
	width: 650px;
}

.box {
	width: 155px;
	text-align: center;
	float:left;
}

.pic {
	margin: 10px auto;
}

.info {
	margin-top:5px;
	text-align:left;
	text-indent: 10px;
}

.partition {
	float:left;
	margin-left:5px;
}

.boundary {
	clear:both;
	width:100%;
	height:20px;
	background-image:url('/pages/images/bar.gif');
}

.shorten {
	width:80px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}