.zoomIcon {
    background: url("../img/icon.png") repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}
 
#pb-right-column #image-block img {
    border: none!important;
}

#pb-right-column #image-block {
    border: 1px solid #CDCDCD;    
}

.zoomImg:hover, .zoomImg:active {     
 cursor: crosshair;
}
