







#swipebox-bottom-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
    top: 50%;
    margin-top: -80px;
}
#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 94%;
    height: 50px;
    padding: 0 4%;
}
#swipebox-prev {
    background-size: contain;
    float: left;
}
#swipebox-prev, #swipebox-next {
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 30px;
    height: 50px;
    top: 0;
}
#swipebox-prev {
    background-image: url(../images/prev.png);
}
#swipebox-next {
    background-size: contain;
    float: right;
}
#swipebox-prev, #swipebox-next {
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 30px;
    height: 50px;
    top: 0;
}
#swipebox-next {
    background-image: url(../images/next.png);
}



