﻿#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: left;
 /* border: 1px solid #ccc; 
     box-shadow: 0 0 5px #ccc; 
     padding: 25px; */   
    border-top: none;
    
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    display: none;
    z-index: 999;
}

    #lightbox p {
        text-align: right;
        color: #fff;
        margin-right: 20px;
        font-size: 12px;
    }

    #lightbox img {
        max-width: 940px;
        box-shadow: 0 0 25px #111;
        -webkit-box-shadow: 0 0 25px #111;
        -moz-box-shadow: 0 0 25px #111;
    }
