@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 {
	width: 1000px !important;
	height: 158px;
	position:relative;
	overflow:hidden;
}
.carousel .prev {
	width: 27px;
	height: 34px;
	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;
	transition: background 200ms linear;
	left: 9px;
	top:128px;
}
.carousel .next {
	width:27px;
	height: 34px;
	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;
	transition: background 200ms linear;
	right: 9px;
	top:128px;
}
.carousel #prev-01.disabled {
	background: url(prev.png) no-repeat;
	cursor: default;
}
.carousel #next-01.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: 1034px;
	height: 158px;/*必要元素*/
	position: absolute !important;
	left: 50% !important;
	margin-left: -534px !important;
}
.jCarouselLite li {
	width: 517px;
	float:left;
	text-align: center;
	list-style:none;
}

