html, body {
    height:100%;
    background:#fff;
    color: #000;
}
body {
    margin: 0;
    padding: 0;
}

div.frame {
    position: relative;
    width: 100%;
    height: 100%;
}
div.imgframe {
    position: absolute;
    top: 50%;
    width: 100%;
}
    div.imgframe div.img {
        position: absolute;
        display: block;
        width: 100%;
    }

    img {
        display: block;
        margin: 0 auto;
    }

div.back, div.fwd {
    font-size: 64px;
    position: absolute;
    top: 50%;
}
    div.back > a, div.fwd a {
        position: relative;
        top: -32px;
    }
div.fwd { right: 0.1em;}
div.back { left: 0.1em;}


p {
    font-weight: bold;
    text-align: center;
}

div#options {
    position: fixed;
    bottom: 0.1em;
    left: 0.1em;
}
label {
    position: relative;
    top: -2px;
    font-size: 0.8em;
}