/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-35a34ca7-5aff-4108-bad6-0cca5e506aaf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-20c9a1bc-8e26-47a7-8757-e7d257f4c6ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f040bd39-ea36-40b9-9184-9686512131f2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0047ebb-8c4a-48f9-9d0c-c82f03223708) 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 {
}
