/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-afa72a80-38f0-4e8d-9728-c1409f54e2fd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-61b904fe-cec7-4b2b-bd52-5201498b976b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9d670665-9f42-4129-b2d2-8a2b60a8ff2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14a34369-d1a6-4508-a0fd-8432f4fac9e0) repeat-x left bottom;
}

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

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

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

.imgareaselect-selection {
}
