.cheap-carousel {
	position:relative;
}
.cheap-carousel .myNav > a {
	position:absolute;
	top:35%;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
    background: #ccc;
    z-index: 9;
    color:#fff;
    cursor: pointer;
    display:none;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.cheap-carousel:hover .myNav > a{display:block;}
.cheap-carousel .myNav > a.prev {
	left:0px;
}
.cheap-carousel .myNav > a.next {
	right:0px;
}
.cheap-carousel .owl-item .item {
	text-align:center;
}
.cheap-carousel .owl-item .item a > img {
	width:60%;
	margin:auto;
}
/*woocommerce*/
.woocommerce-products-carousel .myNav > a {
	padding:10px 20px;
}
.woocommerce-products-carousel ul.products li.product {
	width:85%;
	margin:0px 7.5%;
}
.woocommerce-products-carousel ul.products li.product.first {
	
}
.woocommerce-products-carousel ul.products li.product a img.wp-post-image {
	width:100%;
}