.incoming_carousel{
    margin-top:30px;
}
.incoming_carousel_wrapper{
    position: relative;
}
.incoming_carousel_wrapper .zoom-div img{
    margin-bottom: 0px;
}
.incoming_carousel_wrapper .owl-theme .custom-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}
.incoming_carousel_wrapper .owl-theme .custom-nav .owl-prev, .incoming_carousel_wrapper .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.incoming_carousel_wrapper .owl-theme .custom-nav .owl-prev {
    left: -30px;
}
.incoming_carousel_wrapper .owl-theme .custom-nav .owl-next {
    right: -30px;
}
.incoming_carousel_wrapper .owl-theme .custom-nav button:hover {
    background: transparent;
    opacity: 0.9;
}