﻿.img-scroll {
	position: relative;
	width: 360px;
	margin-left: -20px;
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background: url(../images/thumb_scroll.png) no-repeat;
	top: -10px;
	color: #FFF;
	z-index: 500;
	text-indent: -9999px;
	cursor: pointer;
}
.img-scroll .prev {
	background-position: top left;
	left: 0;
}
.img-scroll .prev:hover {
	background-position: bottom left;
}
.img-scroll .next {
	background-position: top right;
	right: 0
}
.img-scroll .next:hover {
	background-position: bottom right;
}
.img-list {
	position: relative;
	width: 320px;
	height: 65px;
	overflow: hidden;
	padding-left: 20px;
	margin-top: 10px;
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 55px;
	margin-right: 9px;
	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;
	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;
}
