.error {
    color: #a94442;
}

#controls {
    width: 100%;
}

#prev {
    float: left;
}

#next {
    float: right;
}



#loading-image {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#main-image {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

#topControls {
    position: fixed;
    right:20px;
    top: 20px;
}

.hidden {
    display: none;
}