.swiper-viewport.oc_featured {
	margin: 0 0 60px;
    /*background: #ccffcc;*/
    /*background: #e6ffe6;*/
    background: #fff;
    z-index: 1;
    /*border: 4px solid #ccffcc;*/
    /*border: 4px solid #e6ffe6;*/
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}

.product-thumb.transition {
	margin: 5px;
}
.swiper-button-prev_prev, .swiper-button-next_next  {
	color:rgba(0,0,0,0.8);
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
	transition:all .3s ease;
	z-index:2;
	background-image:none;
	margin-top:-60px;
}

.swiper-viewport .swiper-button-next_next {
   opacity: 1;
   right: 0px;
   background:url(right.png) no-repeat;
   width: 30px;
   height: 50px;
   position: absolute;
   top: 30px;
}

.swiper-viewport .swiper-button-prev_prev {
	opacity:1;
	left: 0px;
	background:url(left.png) no-repeat;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 30px;
}
   
@media (min-width: 768px) {
	.swiper-viewport .swiper-button-next_next {
		opacity:1;
		right: -40px;
	}
	.swiper-viewport:hover .swiper-button-next_next {
		opacity:1;
		right: -40px;
	}
	.swiper-viewport .swiper-button-prev_prev {
		opacity:1;
		left: -40px;
    }
	.swiper-viewport:hover .swiper-button-prev_prev {
		opacity:1;
		left: -40px;
	}
}