#arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 26px 12px 0;
    border-color: transparent #f58220 transparent transparent;
    left: -10px;
}

#arrow-left.disabled{
    border-color: transparent #fde0c7 transparent transparent;
}

#arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 26px;
    border-color: transparent transparent transparent #f58220;
    right: -10px;
}

#arrow-right.disabled{
    border-color: transparent transparent transparent #fde0c7;
}

.arrow{
    position: absolute;
    top: 16px;
    cursor: pointer;
}

.arrow.disabled{
    cursor: auto;
    border-color: #fde0c7;
}
