/* remove default slick icon glyphs entirely */
.slick-prev:before,
.slick-next:before {
    content: none !important;
}

/* style your custom FA arrows */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 48px;
    z-index: 20;
}

/* position arrows for the auctions slider only */
#slick-auctions .slick-prev.custom-arrow {
    background: url("../images/slick-prev.png") no-repeat center;
    background-size: contain;
    left: -10px;
}

#slick-auctions .slick-next.custom-arrow {
    background: url("../images/slick-next.png") no-repeat center;
    background-size: contain;
    right: -10px;
}
