@charset "utf-8";

#lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
    z-index: 100;
}
#lightbox a img {
    border: medium none;
}
#outerImageContainer {
    background-color: #FFFFFF;
    height: 250px;
    margin: 0 auto;
    min-width: 240px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
#imageContainer, #frameContainer, #modalContainer {
    padding: 10px;
}
#modalContainer {
    line-height: 1em;
    overflow: auto;
}
#loading {
    height: 25%;
    left: 45%;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#hoverNav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav {
    left: 0;
}
#frameHoverNav {
    bottom: 0;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 20%;
    z-index: 10;
}
#imageData > #frameHoverNav {
    left: 0;
}
#hoverNav a, #frameHoverNav a {
    outline: medium none;
}
#prevLink, #nextLink {
    background: url("/img/blank.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    width: 49%;
}
#prevLink, #framePrevLink {
    float: left;
    left: 0;
}
#nextLink, #frameNextLink {
    float: right;
    right: 0;
}
#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
    background: url("/img/prev.gif") no-repeat scroll left 15% transparent;
}
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
    background: url("/img/next.gif") no-repeat scroll right 15% transparent;
}
#prevLink.force_show_nav:hover, #prevLink.force_show_nav:visited:hover, #framePrevLink:hover, #framePrevLink:visited:hover {
    background: url("/img/prev_hover.gif") no-repeat scroll left 15% transparent;
}
#nextLink.force_show_nav:hover, #nextLink.force_show_nav:visited:hover, #frameNextLink:hover, #frameNextLink:visited:hover {
    background: url("/img/next_hover.gif") no-repeat scroll right 15% transparent;
}
#framePrevLink, #frameNextLink {
    bottom: 0;
    display: block;
    height: 45px;
    position: absolute;
    width: 45px;
}
#imageDataContainer {
    background-color: #FFFFFF;
    font: 10px/1.4em Verdana,Helvetica,sans-serif;
    margin: 0 auto;
    min-width: 240px;
}
#imageData {
    padding: 0 10px;
}
#imageData #imageDetails {
    float: left;
    text-align: left;
    width: 70%;
}
#imageData #caption {
    font-weight: bold;
}
#imageData #numberDisplay {
    clear: left;
    display: block;
    padding-bottom: 1em;
}
#imageData #lightbox2-node-link-text {
    display: block;
    padding-bottom: 1em;
}
#imageData #bottomNav {
    height: 66px;
}
.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
    margin-bottom: 60px;
}
#lightbox2-overlay {
    background-color: #000000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
#overlay_default {
    opacity: 0.6;
}
#overlay_macff2 {
    background: url("/img/overlay.png") repeat scroll 0 0 transparent;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html > body .clearfix {
    display: inline;
    width: 100%;
}
* html .clearfix {
    height: 1%;
}
#bottomNavClose {
    background: url("/img/close.gif") no-repeat scroll left center transparent;
    display: block;
    float: right;
    height: 26px;
    margin-top: 33px;
    padding-top: 0.7em;
    width: 26px;
}
#bottomNavClose:hover {
    background-position: right center;
}
#loadingLink {
    background: url("/img/loading.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    width: 32px;
}
#bottomNavZoom {
    background: url("/img/expand.gif") no-repeat scroll 0 0 transparent;
    display: none;
    float: right;
    height: 34px;
    left: 30px;
    position: relative;
    width: 34px;
}
#bottomNavZoomOut {
    background: url("/img/contract.gif") no-repeat scroll 0 0 transparent;
    display: none;
    float: right;
    height: 34px;
    left: 30px;
    position: relative;
    width: 34px;
}
#lightshowPlay {
    background: url("/img/play.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 20px;
    margin-bottom: 1px;
    margin-right: 5px;
    margin-top: 42px;
    width: 20px;
}
#lightshowPause {
    background: url("/img/pause.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 20px;
    margin-bottom: 1px;
    margin-right: 5px;
    margin-top: 42px;
    width: 20px;
}
.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
    margin-top: 93px;
}
.lightbox2-alt-layout-data #bottomNavZoom, .lightbox2-alt-layout-data #bottomNavZoomOut, .lightbox2-alt-layout #bottomNavZoom, .lightbox2-alt-layout #bottomNavZoomOut {
    margin-top: 93px;
}
.lightbox2-alt-layout-data #lightshowPlay, .lightbox2-alt-layout-data #lightshowPause, .lightbox2-alt-layout #lightshowPlay, .lightbox2-alt-layout #lightshowPause {
    margin-top: 102px;
}
.lightbox_hide_image {
    display: none;
}
#lightboxImage {
}
/* CSS Document */

