@charset "utf-8";
/* CSS Document */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.carousel {
	position:relative;
	padding:17px 0 0 0;
}
.carousel .prev {
	width: 17px;
	height: 37px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/iproducts/prev.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	left: -17px;
	top:140px;
}
.carousel .next {
	width:17px;
	height: 37px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/iproducts/next.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	right: -17px;
	top:140px;
}
.carousel #prev-01.disabled {
	background: url(../../data/wrapper/iproducts/prev.png) no-repeat;
	cursor: default;
}
.carousel #next-01.disabled {
	background: url(../../data/wrapper/iproducts/next.png) no-repeat;
	cursor: default;
}
.carousel .prev:hover {
	background: url(../../data/wrapper/iproducts/prev.png) no-repeat;
}
.carousel .next:hover {
	background: url(../../data/wrapper/iproducts/next.png) no-repeat;
}
.jCarouselLite {
	/*必要元素*/
	overflow: hidden;
	margin:0 23px;
}
.jCarouselLite li {
	width: 180px;
	float:left;
	margin:0 15px 0 15px;
	list-style:none;
}

