#overlay {
    background: url("/images/master/banner/background.png");
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    min-height: 100% !important;
    min-width: 100% !important;
}

#imgWrapper {
    width: 550px;
    height: 505px;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    opacity: 1;
}

#imgWrapperInner {
    border-radius: 5px;
    border: 2px solid silver;
    width: 540px;
    height: 476px;
    overflow: hidden;
    margin-top: 3px;
    background-color: #ffffff;
    opacity: 0; /*0.6;*/
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

#ontop {
    position: relative;
    top: -40em;
}

#imgWrapperClose {
    background: url("/images/master/banner/close.png") no-repeat right top;
    width: 530px;
    height: 16px;
    text-align: right;
    color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-right: 16px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 10pt;
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}

#imgWrapper a img {
    border: 0px currentColor;
    z-index: 101;
    opacity: 1;
}
