﻿#Lightbox
{
    position: absolute;
    z-index: 101;
    padding: 10px;
    background-color: #ffffff;
    font-family: Palatino Linotype;
}

    #Lightbox > img {
        display: block;
        cursor: pointer;
        margin-bottom: 5px;
    }

    #Lightbox p
    {
        margin: 0px;
        padding: 0px;
        line-height: 18px;
    }

#Prev, #Next {
    display: none;
    position: absolute;
    z-index: 102;
    height: 100px;
    width: 100px;
    background: url(/Img/PopupNav.png) no-repeat top left;
    cursor: pointer;
}

    #Next { background-position: -100px 0px; }

#BG
{
    position: absolute;
    z-index: 100;
    top: 0px;
    width: 100%;
    margin-left: 0px;
    background-color: #000000;
}