img.popup-image {
    cursor: pointer;
}
div.public-outside-div {
    border: 1px solid #666666;
    height: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: 1000;
}
div.public-inside-div {
    background: none repeat scroll 0 0 #000000;
    height: 0;
    left: 0;
    padding-left: 6px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1000;
}
div.public-image-close-image {
    background: url("images/close.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: -16px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 1200;
}
img.public-image-big {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1100;
}
.public-image-zoom-image {
    background: url("images/zoom.gif") no-repeat scroll right bottom transparent;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}