/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-34b1115e-9c69-44d0-bad1-1d06342c137e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-478e0677-5634-44d0-ac25-a849c2ac6494) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fe17afcc-bcb7-4c83-93d2-ce095502f050) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a46327de-e8d1-44ab-8474-532390535f59) 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 {
}
