/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-146d54b5-2683-4a1e-9645-4a6a45c5d2df) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73067355-7d9e-43c2-ad17-0a60fbb80528) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3727d2cf-9b68-4603-8fc8-622cbe96d19a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cae9343a-ce85-432e-a9c6-41053c1fb256) 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 {
}
