/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fc01a34f-8c18-4581-9a7e-19ee73eb2920) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-12e1e9b2-1d8e-444b-b5be-d6d60a1897d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41cad807-ae41-4583-aee3-a6876f0bc3c4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-feda3769-2e6e-4fb0-8786-17da212202db) 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 {
}
