/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3911d879-ebc2-455e-a3ea-03e9a90965f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36589a97-aa76-45eb-80ab-fa12c9e4be84) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-013a51c1-2842-4edd-b80b-352a593c6619) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d9ccd060-7e46-47db-ae8a-57a472ee3b0e) 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 {
}
