@charset "utf-8";
/* CSS Document */
.carousel {
	width: 840px;
	height: 20px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
	padding:10px 0 10px 160px;
	background: url(../../data/wrapper/inews/title.png) 0 0 no-repeat;
}
.carousel .prev {
	width: 8px;
	height: 6px;
	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: 0px;
}
.carousel .next {
	width: 8px;
	height: 6px;
	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: 13px;
	left: 0px;
}
.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: 730px;
	height: 20px;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite li {
	width: 730px;
	height: 20px;
	line-height:20px;
}
/*****************************************************************/
.carousel2 {
	width:306px;
	float:left;
}
.carousel2 .prev {
	width: 5px;
	height: 9px;
	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: 512px;
	top: 20px;
}
.carousel2 .next {
	width: 5px;
	height: 9px;
	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: 20px;
	left: 530px;
}
.carousel2 #prev-03.disabled {
	background: url(prev.png) no-repeat;
	cursor: default;
}
.carousel2 #next-03.disabled {
	background: url(next.png) no-repeat;
	cursor: default;
}
.carousel2 .prev:hover {
	background: url(prev.png) no-repeat;
}
.carousel2 .next:hover {
	background: url(next.png) no-repeat;
}
.jCarouselLite2 {
	height: 322px;/*必要元素*/
	overflow:hidden;
}
.jCarouselLite2 li {
	height: 322px;
	line-height:20px;
	list-style:none;
}
