@charset "utf-8";
/* CSS Document */
.carousel {
	height: 18px;
	padding-left:25px;
	position:relative;
}
.carousel_prev {
	width: 13px;
	height: 7px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/i_img/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: 13px;
	height: 7px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/i_img/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:hover {
	background: url(../../data/wrapper/i_img/prev.png) no-repeat;
}
.carousel_next:hover {
	background: url(../../data/wrapper/i_img/next.png) no-repeat;
}
.jCarouselLite {
	height: 18px;/*必要元素*/
}
#carousel_menu .jCarouselLite li {
	height: 18px;
	list-style:none;
}
#carousel_menu2{
	height:340px;
	width:144px;
}
