img { border:0; }

#my_overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color:white;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#popup { display: none; }

#popupcenter {
    height: 95px;
    background-color: white;
    position: absolute;
}

#clicktext {
    position: absolute;
    height: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
}

#closex {
    position: absolute;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

#popuplink1, #popuplink2, #popuplink3, #popuplink4, #popuplink5, #popuplink6 {
    position: absolute;
    display: none;
    width: 75px;
    height: 65px;
    cursor: pointer;
}
