/*
 *
 * BoxLite v1.0
 * A lighter lightbox script
 *
 * Style Sheet Name: boxlite.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: BoxLite Style Definitions
 *
 * Moc 10 Media
 * A Division of The Working Man Group, L.L.C.
 * http://www.moc10media.com/
 *
 */

/* ID Definitions */

#lightBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 100;
}

#lightBoxImagePlace {
    padding: 12px;
    position: absolute;
    background-color: #fff;
    z-index: 110;
}

#captionDiv {
    margin: 0;
    padding: 5px 0 5px 0;
    font-family: helvetica, arial, verdana;
    font-size: 1.0em;
    font-weight: bold;
    color: #9b9b9b;
}

#closeCaptionAnchor {
    margin: 0;
    width: 60px;
    height: 30px;
    padding-top: 3px;
    font-family: helvetica, arial, verdana;
    font-size: 1.0em;
    float: right;
    display: block;
    background-image: url(/img/close.gif);
    background-repeat: no-repeat;
}