/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d65bb16a-9b15-494e-ae66-e6d9f6e120f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab405543-8232-4f74-a964-15ab5a843f70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f466f661-2761-43ea-ab31-d7a0e5ceb10c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e9234a9-1445-4b6a-b784-d0a8192cae9d) 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 {
}
