﻿.imgDiv {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 550px;
}

/* Next & previous buttons */
.prevImg, .nextImg {
    cursor: pointer;
    position: absolute;
    top: 275px;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.nextImg {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prevImg:hover, .nextImg:hover {
        background-color: rgba(0,0,0,0.8);
    }

#slidePane {
    background-color: #ededed;
    margin-bottom: 1em;
}

.slideImg {
    max-width: 100%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 1em;
}

.slideNumbers {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

/* padding for the slideshow text*/
.caption-light {
    padding: 20px;
    padding-top: 0px;
    height: 6em;
}