/*
 * imgAreaSelect animated border style
 */

.crop-border1 {
  background: url(../../image/lib/border-anim-v.gif) repeat-y left top;
}

.crop-border2 {
    background: url(../../image/lib/border-anim-h.gif) repeat-x left top;
}

.crop-border3 {
    background: url(../../image/lib/border-anim-v.gif) repeat-y right top;
}

.crop-border4 {
    background: url(../../image/lib/border-anim-h.gif) repeat-x left bottom;
}

.crop-border1, .crop-border2,
.crop-border3, .crop-border4 {
    filter: alpha(opacity=50);
  opacity: 0.5;
}

.crop-handle {
    background-color: #fff;
  border: solid 1px #000;
    filter: alpha(opacity=50);
  opacity: 0.5;
}

.crop-outer {
  background-color: #000;
    filter: alpha(opacity=50);
  opacity: 0.5;
}
