@charset "utf-8";
/* CSS Document */
.carousel {
	width: 880px;
	height: 217px;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 0 40px 15px 40px;
	background-image: url(../../data/wrapper/index/products-lin.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.carousel .prev {
	width: 40px;
	height: 217px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-image: url(prev.png);
	background-repeat: no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 0px;
	background-position: left center;
}
.carousel .next {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 217px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	right: 2px;
	top: 0px;
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.carousel .prev:hover {}
.carousel .next:hover {}
.jCarouselLite {
	float: left;
	width: 880px;
	height: 217px;/*必要元素*/
	overflow: hidden;
	margin: 0px;
}
.jCarouselLite ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.jCarouselLite li {
	width: 158px;
	height: 217px;
	position: relative;
	float: left;
	margin: 0 8px;
}
