#overlay img{ 
    position: absolute;
    zIndex: 150;
    border: none;
}
#overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    zIndex: 140;
    width: 100%;
    background-color: #e6e6e6;
    opacity:.7;
}	