@charset "utf-8";
/* CSS Document */
.carouse2 {
	width: 944px;
	height: 180px;
	position: relative;
	float: left;
	overflow: hidden;
}
.carouse2 .prev {
	width: 23px;
	height: 149px;
	display: block;
	cursor: pointer;
	float: left;
	position: absolute;
	background-image: url(../../data/wrapper/iproducts/prev.png);
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	left: 0px;
	top:10px;
}
.carouse2 .next {
	width: 23px;
	height: 149px;
	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;
	ransition: background 200ms linear;
	right:0px;
	top:10px;
}
.carouse2 #prev-03.disabled {
	background: url(../../data/wrapper/iproducts/prev.png) no-repeat;
	cursor: default;
}
.carouse2 #next-03.disabled {
	background: url(../../data/wrapper/iproducts/next.png) no-repeat;
	cursor: default;
}
.carouse2 .prev:hover {
	background: url(../../data/wrapper/iproducts/prev.png) no-repeat;
}
.carouse2 .next:hover {
	background: url(../../data/wrapper/iproducts/next.png) no-repeat;
}
.jCarouselLite_2 {
	width: 884px;
	height: 170px;/*必要元素*/
	overflow: hidden;
	padding:5px;
	margin-left:25px;
}

.jCarouselLite li img, .jCarouselLite-01 li img {
}


.jCarouselLite_2 li{
	float:left;
	margin:6px;
}


