#lightbox {
    z-index: 100;
    left: 0;
    width: 100%;
    line-height: 0;
    position: absolute;
    text-align: center
    }
#lightbox A IMG {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none
    }
#outerImageContainer {
    margin: 0 auto;
    width: 150px;
    position: relative;
    height: 150px;
    background-color: #fff
    }
#imageContainer {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px
    }
#loading {
    left: 0%;
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 40%;
    height: 25%;
    text-align: center
    }
#hoverNav {
    z-index: 10;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%
    }
#imageContainer > #hoverNav {
    left: 0
    }
#hoverNav A {
    outline: none
    }
#prevLink {
    display: block;
    background: url(blank.gif) no-repeat;
    width: 49%;
    height: 100%
    }
#nextLink {
    display: block;
    background: url(blank.gif) no-repeat;
    width: 49%;
    height: 100%
    }
#prevLink {
    left: 0;
    float: left
    }
#nextLink {
    right: 0;
    float: right
    }
#prevLink:hover {
    background: url(prev.gif) no-repeat left 50%
    }
#prevLink:hover:visited {
    background: url(prev.gif) no-repeat left 50%
    }
#nextLink:hover {
    background: url(next.gif) no-repeat right 50%
    }
#nextLink:hover:visited {
    background: url(next.gif) no-repeat right 50%
    }
#nextLinkText {
    font-weight: bold;
    font-size: x-small;
    color: #fff;
    text-decoration: none
    }
#prevLinkText {
    font-weight: bold;
    font-size: x-small;
    color: #fff;
    text-decoration: none
    }
#nextLinkText {
    padding-left: 20px
    }
#prevLinkText {
    padding-right: 20px
    }
.ontop #imageData {
    padding-top: 25px
    }
#imageDataContainer {
    margin: 0 auto;
    font: 10px/1.4em Verdana, Helvetica, sans-serif;
    background-color: #b53a2c
    }
#imageData {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
    padding-top: 0;
    background-color: #b53a2c
    }
#imageData #imageDetails {
    float: left;
    width: 75%;
    text-align: left
    }
#imageData #caption {
    font-weight: bold;
    font-size: 110%
    }
#imageData #numberDisplay {
    clear: left;
    display: block;
    padding-bottom: 1em
    }
#imageData #bottomNavClose {
    float: right;
    padding-bottom: 0.7em;
    width: 66px
    }
#imageData #helpDisplay {
    clear: left;
    display: block;
    float: left
    }
#overlay {
    display: none;
    z-index: 90;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 500px;
    background-color: #d3d3d3;
    -moz-opacity: 0.6;
    opacity: 0.2
    }
.clearfix:unknown {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
    }
* HTML > BODY .clearfix {
    display: inline-block;
    width: 100%
    }
* HTML .clearfix {
    height: 1%
    }