body.viewer {
    background-color: black;
    font-family: Helvetica, Arial, sans-serif;
}
div.photocont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    cursor: pointer;
}
div.photocont img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

div.ctrls {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    white-space: nowrap;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 0;
}
div.ctrls a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 8px;
}
div.pnum {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    white-space: nowrap;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 0;
    color: #FFFFFF;
    padding-right: 12px;
}
.hid {
    display: none !important;
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
}
.invis {
    opacity: 0;
}


.transit {
    transition: left 1s;
    -moz-transition: left 1s;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
}
