#show_pro_div {
	overflow: hidden;
	margin-top: 20px;
}
.product {
	width: 165px;
	background: url(../img/bg/pro_img_bg.png) no-repeat 5px 5px;
	float: left;
	margin: 0 7px 5px 0;
}
.product_img a {
	width: 160px;
	height: 120px;
	border: 1px solid #ccc;
	display: inline-block;
	background-color: #fff;
	text-align: center;
}
.product_img a:hover {
	border: 1px solid #467acd;
}
.product_img a img {
	width: 150px;
	height: 110px;
	margin: 4px 0;
}
.product_name {
	line-height: 25px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	overflow: hidden;
	padding-right: 6px;
}