@charset "utf-8";
/* CSS Document */
.carousel {
	padding:0 8px;
	position:relative;
}
.carousel .prev {
	width: 22px;
	height: 34px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/i_img/products_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: -15px;
	top:130px;
}
.carousel .next {
	width:22px;
	height: 34px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	background: url(../../data/wrapper/i_img/products_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: -15px;
	top:130px;
}
.carousel #prev-01.disabled {
	cursor: default;
}
.carousel #next-01.disabled {
	cursor: default;
}
.carousel .prev:hover {
}
.carousel .next:hover {
}
.jCarouselLite {
	overflow: hidden;
}
.jCarouselLite li {
	width: 230px;
	height:284px;
	float:left;
	border:#414141 1px solid;
	margin:0 7px 0 7px;
	list-style:none;
}

