﻿.img-scroll {
	position: relative;
	width: 270px;
	margin-left:-17px;
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background-color: #000;
	top: 0;
	color: #FFF;
	z-index: 500;
	text-indent:-9999px;
}
.prev {
	background: url(../images/thumb_scroll.png) no-repeat left bottom!important;
	cursor:pointer;
}
.next {
	background: url(../images/thumb_scroll.png) no-repeat left top!important;
	cursor:pointer;
}
.img-scroll .prev {
	left: 0;
}
.img-scroll .next {
	right: 0
}
.img-list {
	position: relative;
	width: 235px;
	height: 65px;
	overflow: hidden;
	padding-left: 17px;
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 55px;
	margin-right: 5px;
	height: 55px;
}


.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;
}
.index_product .prev {
	background: url(../images/thumb_scroll.png) no-repeat left bottom!important;
	cursor:pointer;
}
.index_product .next {
	background: url(../images/thumb_scroll.png) no-repeat left top!important;
	cursor:pointer;
}
.index_product .img-scroll .prev {
	left: 0;
}
.index_product .img-scroll .next {
	right: 0
}
.index_product .img-list {
	position: relative;
	width: 620px;
	height:200px;
	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;
}