#lightbox
{
    line-height: 0;

    position: fixed;
    z-index: 610;
    top: 0 !important;
    left: 0 !important;

    width: 100%;
    padding-top: 10px;

    text-align: center;
}

#lightbox img
{
    width: auto;
    height: auto;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;

    width: 250px;
    height: 250px;
    margin: 0 auto;

    background-color: #fff;
}

#imageContainer
{
    padding: 30px 0 20px;
}

#lightboxImage
{
    position: relative;
}

#loading
{
    line-height: 0;

    position: absolute;
    top: 40%;
    left: 0;

    width: 100%;
    height: 25%;

    text-align: center;
}

#hoverNav
{
    position: absolute;
    z-index: 620;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#imageContainer > #hoverNav
{
    left: 0;
}

#hoverNav a
{
    margin-top: 30px;

    outline: none;
}

#prevLink,
#nextLink
{
    display: block;

    width: 65%;
    height: 100%;
    cursor: pointer;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}

#prevLink
{
    margin-left: -15%;
    float: left;

}

#nextLink
{
    margin-right: -15%;
    float: right;

}

#prevLink:after,
#prevLink:visited:after,
#nextLink:after,
#nextLink:visited:after
{
    position: absolute;
    top: 50%;

    width: 28px;
    height: 47px;

    content: '';
    transform: translateY(-50%);

    opacity: .6;
    transition: opacity ease-out 0.7s;
}

#prevLink:hover:after,
#prevLink:visited:hover:after,
#nextLink:hover:after,
#nextLink:visited:hover:after {
    opacity: 1;
}

#prevLink:after,
#prevLink:visited:after
{
    left: -10%;

    background: url(../../images/icons/arr_prev.png) no-repeat;
}

#nextLink:after,
#nextLink:visited:after
{
    right: -10%;

    background: url(../../images/icons/arr_next.png) no-repeat;
}

#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    line-height: 1.4em;

    overflow: auto;

    width: 100%;
    margin: 0 auto;

    background-color: #fff;
}

#imageData
{
    padding: 0 10px;

    text-align: center;

    color: #666;
}

#imageData #imageDetails
{
    margin-top: 20px;

    text-align: left;
}

#imageData #caption
{
    font-weight: bold;

    display: block;

    text-align: center;
}

#imageData #numberDisplay
{
    display: block;
    clear: left;

    padding-bottom: 1.0em;
}

#bottomNavClose
{
    font-size: 13px;
    font-weight: bold;

    position: absolute;
    z-index: 900;
    top: 10px;
    right: -10px;

    width: 58px;
    padding: 0 2px .8rem;

    cursor: pointer;
    transition: border ease-out 0.7s;
    text-align: left;
    text-decoration: none;
    text-transform: lowercase;

    color: #777777;
    border-bottom: 2px solid transparent;
    outline: none;
}

#bottomNavClose:hover
{
    border-color: #777777;
}

#bottomNavClose:after
{
    position: absolute;
    top: -6px;
    content:"";

    right: -3px;

    width: 16px;
    height: 12px;
    background:url(../../images/icons/close.png) no-repeat;
    background-size:contain ;

    color: inherit;
}

#overlay
{
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #fff;
}
