#lightbox
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 7000;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(../Images/SFHLightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(../Images/SFHLightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(../Images/SFHLightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData
{
    padding: 0 10px;
}
#imageData #imageDetails
{
    width: 50%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavPrev
{
    width: 20px;
    float: right;
    padding-bottom: 0.7em;
}
#imageData #bottomNavPrev img
{
    display: block;
    margin: 3px auto 0 auto;
}
#imageData #bottomNavNext
{
    width: 20px;
    float: right;
    padding-bottom: 0.7em;
    margin: 0 10px 0 0;
}
#imageData #bottomNavNext img
{
    display: block;
    margin: 3px auto 0 auto;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6900;
    width: 100%;
    height: 500px;
    background-color: #000;
     background-image:url('/images/75g.png');
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix
{
    display: inline-block;
    width: 100%;
}

* html .clearfix
{
    /* Hides from IE-mac \*/
    height: 1%; /* End hide from IE-mac */
}

.gallery
{
    background: url(../Images/SFHLightbox/bg_nav_right.jpg) right top no-repeat;
    padding: 0 4px 10px 0;
}
.gallery ul
{
    margin: 0;
    padding: 0;
    background: #960000 url(../Images/SFHLightbox/bg_nav.jpg) left top repeat-x;
    list-style: none;
    position: relative;
    height: 36px;
}

.gallery ul li
{
    display: block;
    width: auto;
    float: left;
    color: #fff;
    height: 36px;
}
.gallery ul li a
{
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    padding: 8px 1.3em 8px 1em;
    font: 1.1em Verdana, sans-serif;
    background: url(../Images/SFHLightbox/nav_arrow.jpg) right 0 no-repeat;
}
.gallery ul li a:hover
{
    text-decoration: underline;
    background: url(../Images/SFHLightbox/nav_arrow.jpg) right -36px no-repeat;
}
.gallery ul li.first
{
    background: url(../Images/SFHLightbox/bg_nav_left.jpg) left top no-repeat;
}

.gallery ul li ul
{
    display: none;
    position: absolute;
    top: 34px;
    background: #fff url(../Images/SFHLightbox/bg_nav.jpg) left -34px repeat-x;
    height: auto;
    border-bottom: 6px solid #960000;
    border-left: 1px solid #960000;
    border-right: 1px solid #960000;
    width: 95%;
    left: 2%;
    padding: 8px 5px 15px 5px;
}
.gallery ul li:hover ul, .gallery ul li.over ul
{
    display: block;
}
.gallery ul li ul li
{
    display: inline;
    float: none;
    background-image: none;
    height: auto;
}
.gallery ul li ul li a
{
    background-image: none;
    margin: 8px;
    padding: 2px;
    position: relative;
    border: 1px solid #960000;
    float: left;
    display: block;
    width: 75px;
    height: 50px;
    background-color: #fff;
}
.gallery ul li ul li a:hover
{
    background-image: none;
    z-index: 2;
}
.gallery ul li ul li a img
{
    position: absolute;
    top: 2px;
    width: 75px;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 0;
}
.gallery ul li a:hover img, .gallery ul li a:active img, .gallery ul li a:focus img
{
    width: 100px;
    height: 75px;
    left: -11px;
    top: -10px;
    z-index: 1;
    border: 1px solid #000;
}
.gallery ul li.overview
{
    display: block;
    clear: both;
    padding: 5px 10px 0 10px;
    color: #000;
}
