#overlay
{
    -moz-opacity: 0.2;
}

#lightbox
{
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    padding-bottom: 100px;
    background: #fff;
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
    display: none;
    z-index: 10000;
    /*-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    -moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}

#lightbox.loading
{
    background: #fff url('/promotions/lightbox_test/images/loading-lightbox-demo.gif') no-repeat 50% 50%;
}

#lightbox a.close
{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    padding: 5px;
    background: #fff;
    width: 6em;
    text-align: center;
    /*opacity: 0.5;
    -moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}

#lightbox a.prev
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #fff;
    margin-top: -0.5em;
    width: 6em;
    text-align: center;
    /*opacity: 0.5;
    -moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}

#lightbox a.next
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: #fff;
    margin-top: -0.5em;
    width: 6em;
    text-align: center;
    /*opacity: 0.5;
    -moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}

#lightbox a:hover.prev, #lightbox a:hover.next
{
    color: #111;
    background: #fff;
    display: block;
    /*-moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}

#lightbox a.text
{
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: #fff;
    margin-top: -0.5em;
    width: 6em;
    text-align:justify;
    /*opacity: 0.5;
    -moz-border-radius: 8px;*/
    -webkit-border-radius: 8px;
    border: 8px;
}
