/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c6547a3-60e4-453c-8e24-37507ee07fbc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fbca2514-d7b0-4e56-9410-35d131463b51) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bff1ab22-2d26-41c1-aee2-5ee56bf6b5c5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e837c90e-1e3d-4213-a5cf-949b5f3a2306) 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 {
}
