.img-scroll {
	position: relative;
	width: 100%;
	/* margin-left: -17px; */
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background: url(../images/thumb_scroll.png) no-repeat;
	/*top: 180px;*/
	top:10%;
	color: #FFF;
	z-index: 500;
	text-indent: -9999px;
	cursor: pointer;
}
.img-scroll .prev {
	background-position: top left;
	left: -25px;
}
.img-scroll .prev:hover {
	background-position: bottom left;
}
.img-scroll .next {
	background-position: top right;
	right: -25px;
}
.img-scroll .next:hover {
	background-position: bottom right;
}
.img-list {
	position: relative;
	width: 100%;
	/* height: 65px; */
	overflow: hidden;
	margin-top:10px;
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 90px;
	height:90px;
	margin-right: 5px;
	background:#FFF;
	/*border: #D2D2D2 1px solid;*/
	padding:5px;
	box-sizing: border-box;
	/* height: 55px; */
}
.img-list li a {
	display:block;
	width: 100%;
	height:80px;
}
.index_product .img-scroll {
	position: relative;
	width: 655px;
	margin-left: -7px;
}
.index_product .img-scroll .prev, .index_product .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background-color: #000;
	top: 30px;
	color: #FFF;
	z-index: 500;
	text-indent: -9999px;
	background: url(../images/thumb_scroll.png) no-repeat;
}
.index_product .prev {
	cursor: pointer;
}
.index_product .next {
	cursor: pointer;
}
.index_product .img-scroll .prev {
	background-position: top left;
	left: 0;
}
.index_product .img-scroll .prev:hover {
	background-position: bottom left;
}
.index_product .img-scroll .next {
	background-position: top right;
	right: 0
}
.index_product .img-scroll .next:hover {
	background-position: bottom right;
}
.index_product .img-list {
	position: relative;
	width: 620px;
	height: 203px;
	overflow: hidden;
	padding-left: 17px;
}
.index_product .img-list ul {
	width: 9999px;
}
.index_product .img-list li {
	float: left;
	display: inline;
	width: 140px;
	margin-right: 5px;
	height: 200px;
}
