/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-233e5eea-9454-4d9e-b53d-e66e3d2e143b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f9980a92-87ac-411c-b304-8717c629b9a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a264a77-8701-4890-bbeb-f05a0fba920e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6d03e2a4-989c-4337-8620-b3b8fab4b6f0) 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 {
}
