/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2ab8f45f-49c6-4b91-bfd3-23785bb64aed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bccca9b-dbad-4250-912a-9ff56c2229f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-01e2ae57-85c2-438d-86c4-0f5f540d672a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d1f407ac-7062-4a5f-8753-7da342341e4c) 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 {
}
