no this is the part that controls the crop area that is the problem of xray. for some reason, change the #FFF to #FFFFF and the crop area is not longer dragabble, its fixed solid. remove the width and the height and same thing, nor draggable except from the borders. its a funny script.
.imgCrop_clickArea { width:100%; height:100%; background-color:#FFF; opacity:0.01; filter:alpha(opacity=01); }
other parts are
/* fix for IE displaying all boxes at line-height by default,
although they are still 1 pixel high until we combine them with
the pointless span */
.imgCrop_wrap, .imgCrop_wrap * { font-size:0; }
.imgCrop_overlay { background-color:#000; opacity:0.5; filter:alpha(opacity=50); position:absolute; width:100%; height:100%; }
.imgCrop_selArea { position:absolute; cursor:move; z-index:2; }
/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea { width:100%; height:100%; background-color:#FFF; opacity:0.01; filter:alpha(opacity=01); }
.imgCrop_marqueeHoriz { position:absolute; width:100%; height:1px; background:transparent url(../images/marqueeHoriz.gif) repeat-x 0 0; z-index:3; }
.imgCrop_marqueeVert { position:absolute; height:100%; width:1px; background:transparent url(../images/marqueeVert.gif) repeat-y 0 0; z-index:3; }