﻿.blkshoplistx {
	border:0px; 
	padding:0px; 
	overflow: hidden;
	ZOOM: 1; 
	position: relative;
	height:165px;
	width:1000px;
}

.blkshoplistx .LeftButton {
	background: url(../images/arrow_l.png) no-repeat;
	left:0px;
	float:left;
	width:18px;
	cursor: pointer;
	position: absolute;
	height:23px;
	top:70px;
}

.blkshoplistx .RightButton {
	background: url(../images/arrow_r.png) no-repeat;
	right:0px;
	float:right;
	width:18px;
	cursor: pointer;
	position: absolute;
	height:23px;
	top:70px;
}

.blkshoplistx .Cont {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 18px; 
	text-align:center;
	overflow: hidden;
}

.blkshoplistx .pro_box {
	float:left;
	text-align:center;
	margin:0px 5px;
	padding:2px;
	/*width:155px;*/
	height:155px;
	background:#ddd;
}
/*.blkshoplistx .pro_box span{ width:142px; float:left; height:24px; line-height:24px; color:#333;}
.blkshoplistx .pro_box span a{ color:#333; text-decoration:none;}*/

.pro_box:hover{ background:#f8b856;}