/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4771574a-2548-477c-93d6-102c07bb2f32) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73d8a7c1-d548-443b-90ba-77f08f059c4d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-370c7732-d4ce-4baf-a225-d259f8dcb90f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-275bd9dd-3793-4c3b-b1de-70b2f3e5fb83) 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 {
}
