/* 
Document   : lightbox
Created on : 28/Nov/2009, 5:13:09
Author     : PENUNES
Description:
Purpose of the stylesheet follows.
*/

.overlay{
    display: none; /*Display None - To prevent JS disabled*/
    /*Don't Work in IE -=6.0'*/
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index:1001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}

.overlay img{
    display:block;
    position: absolute;
    top: 40%;
    left: 44%;
}
