Image Crop Question overlay dimensions

Image Crop Question overlay dimensions


Okay...
I have a predetermined photo position and size/width on my layout and
I want when they click the photo for it to overlay or blockout all
areas but the revealed photo spot.
Once that occurs, they can plug a photo onto the page and drag it
around behind the overlay so that all is exposed is the handles for
resizing the image are above the overlay but the photo is behind it.
I want them to determine the crop based on a fixed height/width on the
page.
I know how to do callbacks, handle the cropping, and all of that. I
guess I just need to know how to do a decent overlay with jquery and
divs without using a plugin with extra features I don't need.
I just want to reveal the position/dimensions of the photo/element
that was clicked but block everything else and be able to control the
z-index.
Any ideas?