body {
    color: white;
    background: black;
    border-top: 5px solid #eee;
}

#navbar ul li a {
    color: #9af;
    text-decoration: none;
}

#navbar ul li a:hover {
    color: #9af;
    text-decoration: underline;
}

.slideshow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#prevcontainer {
    text-align: right;
}

#nextcontainer {
    text-align: left;
}

#slideshowcontrols {
    text-align: center;
}

#controls span:hover {
    cursor: pointer;
}

#controls {
    display: none;
}

#stopslideshow {
    display: none;
}

a {
    color: #9af;
}

#controls {
    color: #9af;
}
