﻿.LightBoxBG {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    z-index: 10;
}

.LightBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 11;
}

    .LightBox img {
        border: 10px solid #FFF;
        margin-top: 0px;
    }

    .LightBox iframe {
        border: 10px solid #666;
        margin-top: 0px;
    }