﻿.img-scroll {
	float: left;
	position: relative;
	width: 580px;
	height: 80px;
	margin: 10px 0;
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background: url(../images/thumb_scroll.png) no-repeat;
	top: 20px;
	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;
	top: 20px;
	width: 520px;
	height: 80px;
	overflow: hidden;
	padding-left: 0px;
	margin: 0px 0 0 20px;
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 120px;
	margin: 0 10px;
	height: 80px;
	filter: brightness(66%);
	-moz-filter: brightness(66%);
	-webkit-filter: brightness(66%);
	-o-filter: brightness(66%);
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.img-list li:hover {
	filter: brightness(100%);
	-moz-filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.index_product .img-scroll {
	position: relative;
	width: 300px;
	height: 180px;
	margin: 0px;
}
.index_product .img-scroll .prev, .index_product .img-scroll .next {
	position: absolute;
	display: block;
	width: 20px;
	height: 80px;
	background-color: #000;
	top: 50px;
	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: 300px;
	height: 180px;
	overflow: hidden;
	padding-left: 0px;
	margin: 0px;
	top: 0px;
}
.index_product .img-list ul {
	width: 9999px;
}
.index_product .img-list li {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 0px;
	height: 180px;
}
