/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8a1d1373-3a3b-4440-9ea4-4624af01dfa5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-72018fcc-f7fc-453d-9435-c6362a88bdea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4baea6ce-4646-4930-880f-ebf41d5333dc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ca05dae-88bd-46cd-bcd0-b81f3da505d5) 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 {
}
