@charset "utf-8";
/* CSS Document */
.carousel {
	width: 490px;
	height: 18px;
	overflow: hidden;
	padding-left:40px;
	position:relative;
}
.carousel .prev {
	width: 5px;
	height: 3px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(prev.png) no-repeat;
	position: absolute;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
	left: 0px;
	top: 4px;
}
.carousel .next {
	width: 5px;
	height: 3px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(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;
	top: 12px;
	left: 0px;
}
.carousel #prev-03.disabled {
	background: url(prev.png) no-repeat;
	cursor: default;
}
.carousel #next-03.disabled {
	background: url(next.png) no-repeat;
	cursor: default;
}
.carousel .prev:hover {
	background: url(prev.png) no-repeat;
}
.carousel .next:hover {
	background: url(next.png) no-repeat;
}
.jCarouselLite {
	width: 490px;
	height: 18px;/*必要元素*/
}
.jCarouselLite li {
	width: 490px;
	height: 18px;
}
