#MainGalleryImage img {
    width: 600px;
}

.SlideCard {
    height: 80px;
    margin-right: 5px;
}

.SlideCard:hover {
    cursor: pointer;
}

#SlideShowCards {
    display: flex;
    overflow-x: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc
}

#CurrentOpenPhoto {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#CurrentOpenIMG {
    height: 70%;
}