/*popup window*/
#imgPrew {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120%;
    text-align: center;
    background-image: url(../_images/overlay.png);   
    z-index: 1000;
    display: none;
}
#imgPrew img {
    z-index: 1001;
    margin-top: 27px;
    border: 10px solid white;
    border-bottom: 25px solid white;
    background-color: white;
}
#imgPrew .fotoDesc {
    position: relative;
    top: -21px;
    font-family: tahoma;
    font-size: 14px;
    color: #585858;
}

* html #imgPrew {
    background-color: #000;
    back\ground-color: transparent;
    background-image: url(../_images/blank.gif); 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/overlay.png", sizingMethod="scale");
    }