/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a6010b51-7fda-4280-ad3f-ad43c1407a8b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2cd5f0e5-4b04-42a3-b5d4-f0d91b602504) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eed7e5d6-0337-49af-9a11-fa46c6065a99) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7de63756-ca02-4bea-b94d-b014927d1136) 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 {
}
