/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6bf52d78-1674-48ba-9ae9-27cf0463813c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ebce9288-04b6-4b81-8b38-082855fcab68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65b5c89a-0eeb-4299-a7f8-7b5da4195aef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb504be4-1f6f-4f3c-bb12-851d38de0cb9) 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 {
}
