﻿.gallerybox {
    float: left;
    max-width: 240px;
    margin: 0px 45px 10px 0px;
    height: 230px;
    text-align: center;
}

.gallery-photos .gallery-photo-slide {
    display: none;
}

img.gallerybox-photo {
    width: 240px;
    height: 159px;
}

.gallery-photos-column {
    float: left;
    margin: 3px 3px 0px 0px;
}

.gallery-photos-demo {
    opacity: 0.6;
    width: 100px;
    height: 66px;
}

    .gallery-photos-demo.active,
    .gallery-photos-demo:hover {
        opacity: 1;
    }

/* Next & previous buttons */
.gallery-nav.prev,
.gallery-nav.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 200px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    display: none;
}

/* Position the "next button" to the right */
.gallery-nav.next {
    right: 20%;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .gallery-nav.prev:hover,
    .gallery-nav.next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

h4.gallerybox-title {
    font-size: medium;
    font-weight: bold;
}
