.pic-box {
	float: left;
	margin: 0 0 5px 6px;
	width: 132px;
	clear: none;
	overflow:hidden;
	position:relative;
}
.pic-img-box {
	position: relative;
	height: 99px;
	line-height:99px;
	overflow: hidden;
}
.pic-img {
	width:99px;
	height:99px;
	vertical-align:bottom;
	border: 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#EAEAEA;
}
.pic-img-info {
	position: absolute;
	bottom: 0px;
	right: 70px;
	width:auto;
	padding: 0 7px;
	background:url(../../bg_1px.png) left top repeat;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-shadow:1px 1px 2px #000;
}
.pic-title {
	width:99px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #257EC4;
	height:35px;
	line-height:18px;
	overflow:hidden;
	text-align:center;
}