#slideshowContainer {
    margin: 5px;
    padding: 5px 0px;
    width: 225px;
    max-width: 48%;
    position: relative;
    float: right;
}

#slideshowControls {
    width: 100%;
    height: 2em;
    color: #000077;
    background-color: inherit;
}

#slideshowControls input {
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-top: 5px;
    background-color: #eee;
}

#slideshowControls input#stopStart {
    border: solid 2px #000077;
    width: 49%;
    position: absolute;
    left: 25%;
    background-color: white;
}

#slideshowControls input#stepForward {
    font-weight: bold;
    font-size: 100%;
    width: 25%;
    position: absolute;
    right: 1%;
}

#slideshowControls input#stepBackward {
    font-weight: bold;
    font-size: 100%;
    width: 25%;
    position: absolute;
    left: 1%;
}

div#slideshow {
    width: 100%;
    height: 300px;
    border: none;

    /* original slideshow styling */
    /* float: right; */
    /* margin: 5px 0px 5px 1%; */
    /* padding: 5px 0px; */
    /* width: 225px; */
    /* max-width: 48%; */
}

div#slideshow img {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 300px;
}
