/* width: 500px; @done_in_js */
/* height: 375px; @done_in_js */
/* an extra classname is applied for Opera < 9.0 to fix its lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea {
background-color: transparent;
/* 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 */
filter:alpha(opacity=50);
background: transparent url(castle.jpg) no-repeat -210px -110px;
/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
filter:alpha(opacity=01);
background: transparent url(marqueeHoriz.gif) repeat-x 0 0;
background: transparent url(marqueeVert.gif) repeat-y 0 0;
.imgCrop_marqueeNorth { top: 0; left: 0; }
.imgCrop_marqueeEast { top: 0; right: 0; }
.imgCrop_marqueeSouth { bottom: 0px; left: 0; }
.imgCrop_marqueeWest { top: 0; left: 0; }
filter:alpha(opacity=50);
/* margin-left: 49%; @done_in_js */
/* margin-top: 49%; @done_in_js */
/* margin-right: 49%; @done_in_js */
/* margin-top: 49%; @done_in_js */
* Create an area to click & drag around on as the default browser behaviour is to let you drag the image
/* width: 200px; @done_in_js */
/* height: 200px; @done_in_js */
.imgCrop_previewWrap img {