.galleryNavigator {
    background-color: white;
    width: auto;
}

.galleryNavigator tr td {
    text-align: center
}

.galleryNavigator button {
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.galleryNavigator button.back {
    background: url('../images/gallery/back.png') no-repeat center center;
}

.galleryNavigator button.back:hover {
    background: url('../images/gallery/back-on.png') no-repeat center center;
}

.galleryNavigator button.forward {
    background: url('../images/gallery/forward.png') no-repeat center center;
}

.galleryNavigator button.forward:hover {
    background: url('../images/gallery/forward-on.png') no-repeat center center;
}

