#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000000;
}

#lightbox
{
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: -moz-center;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #5c2006;
    padding: 15px 0 0 0;
    margin: 0;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#imageDataContainer
{
    position: relative;
    background: #5c2006;
    height: 50px;
    width: 100%;
}

#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#hoverNav a
{
    outline: none;
}

#hoverNav #prevLink
{
    margin: 0px 0px 0px 15px;
    width: 77px;
    height: 50px;
    background: url( '../../}images/gallery/previous.jpg' ); /* Trick IE into showing hover */
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#hoverNav #nextLink
{
    margin: 0px 15px 0px 0px;
    width: 77px;
    height: 50px;
    background: url( '../../}images/gallery/next.jpg' ); /* Trick IE into showing hover */
    background-position: bottom right;
    background-repeat: no-repeat;
    display: block;
    float: right;
}

#imageDetails
{
    font: normal normal normal 12px Trebuchet MS;
    color: #7a7a64;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    width: 100%;
    text-align: center;
}

#imageDetails #caption
{
    font-family: Trebuchet MS, Helvetica, sans-serif; 
    font-size:14px; 
    color:#e0d3bb; 
    font-weight: bold;
    text-decoration:none;

    padding-left: 10px;
    padding-top: 0px;
}

#imageDetails #numberDisplay
{
    padding: 0;
}

#bottomNav
{
    position: absolute;
    top: 30px;
    right: 15px;
    width: 75px;
    z-index: 95;
}

#bottomNavClose img
{
    height: 35px;
}