.owl-item {text-align: center;}

.owl-item img {
	padding: 0px;
	border: 1px solid #E7E7E7;
	margin: 0px auto 5px auto;
}
.owl-item .name a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	line-height: 13px;
	min-height: 42px;
}
.owl-item .price {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
}
.owl-item .price-old {
	color: #FC57E1;
	text-decoration: line-through;
}
.owl-item .price-new {
	font-weight: bold;
}
.owl-item .rating {
	display: block;
	margin-bottom: 4px;
}
.infiniteCarousel ul:hover li img {
}
.infiniteCarousel ul:hover li:hover img {
}
.owl-item a img {
	display: block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	text-indent: -999px;
	position: absolute;
	top: 70px;
	cursor: pointer;
	outline: 0;
	z-index: 100;
}
.infiniteCarousel .forward {
	background-image: url(../image/fe-arrow.png);
	background-repeat: no-repeat;
	background-position: -42px 0;
	right: 0;
}
.infiniteCarousel .back {
	background-image: url(../image/fe-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.infiniteCarousel .forward:hover {
	background-image: url(../image/fe-arrow.png);
	background-repeat: no-repeat;
	background-position: -42px -36px;
}
.infiniteCarousel .back:hover {
	background-image: url(../image/fe-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}