@charset "UTF-8";

/* Gallery */

.gallery-paging a.prev {
    background-image: url(../images/button-prev.png);
    height: 33px;
    width: 66px;
}

.gallery-paging a.next {
    background-image: url(../images/button-next.png);
    height: 33px;
    width: 66px;
}

.gallery-paging a.prev:hover {
    background-image: url(../images/button-prev_h.png);
}

.gallery-paging a.next:hover {
    background-image: url(../images/button-next_h.png);
}
