@charset "UTF-8";

#slideshow > div {
    float: left;
}

#thumbnail-container {
    width: 226px;
    height: 575px;
    flex-wrap: wrap;
    outline: solid;
}

.thumbnail {
    width: 100px;
    height: 100px;
    margin: 5px;
}

.selected {
    outline: 3px solid red;
}

#picture-container {
    width: 540px;
    height: auto;
    position: relative;
}

#main-image {
    width: 100%;
    height: auto;
}

#slide-button-container {
    width: 100%;
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
}

#slide-button-container button {
    margin: 20px;
}
