
.scroll {
	width:1110px;
	margin:0 auto;
	position:relative;

}
.picbox {
	width:1110px;
	height:512px;
	overflow:hidden;
	position:relative;
}
.picbox ul {
	width: 1088px; margin: 0 auto; overflow: hidden;  height:512px;
}
.piclist {
	position:absolute;
	left:0px;
	top:0px;
}
.piclist li.goodlist {
	width: 200px; height: 256px; float:left; padding:0px 11px; 
}
.piclist li.goodlist img {
	width: 200px; height: 200px; 
}
.swaplist {
	position:absolute;
	left:-5000px;
	top:0px;
}
.og_prev, .og_next {
	width:26px;
	height:26px;
	position:absolute;
	top:50%;
	margin-top: -50px;
	z-index:99;
	cursor:pointer;
}
.og_prev {
	background:url(../images/z_jt.png) no-repeat;
	left:-30px;
}
.og_prev:hover {
	background:url(../images/z_jt_hover.png) no-repeat;
}
.og_next {
	background:url(../images/y_jt.png) no-repeat;
	right:-30px;
}
.og_next:hover {
	background:url(../images/y_jt_hover.png) no-repeat;
}
.goodlist img.pics {
	width:85px;
	height:135px;
	float:left;
	background:#fff url(http://www.lanrenzhijia.com/demo/images/loading.gif) center center no-repeat;
}
.goodlist dl {
	float:right;
	width:130px;
	overflow:hidden;
}
.goodlist dl dt {
}
.goodlist dl dt a.title {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#363636;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.en {
	width:100%;
	height:22px;
	line-height:22px;
	display:block;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.goodlist dl dt span.change-price {
	font-weight:bold;
	color:#D63C3C;
	padding-right:5px;
}
.goodlist dl dt span.max-price {
	color:#999;
	text-decoration:line-through;
}
.goodlist dl dt a.exchange {
	font-size:12px;
	padding:4px 10px;
	text-align:center;
#padding-top:6px;
#padding-bottom:2px;
	color:#fff;
	display:none;
	text-decoration:none;
	background:#C75151;
	float:left;
	border-radius:2px;
}
.goodlist dl dt a.exchange:hover {
	background:#973434;
}
.goodlist dl dt p {
	padding:5px 0;
}
