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