/*
 * Copyright (C) 2010 Andrew Mihal
 */

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#photo_container {
    height: 440px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

#loading {
    position: relative;
    top: 43%;
}

#scrollable {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#caption_container {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    min-height: 20px;
    font-style: italic;
}

#caption {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#filmstrip {
    position: relative;
}

#filmstrip a img {
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 5px;
}
