/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e8297b2-bb3c-4120-94aa-929c6c38605e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7081615f-6da8-492e-be34-eda85f461749) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9ba3ab61-c6e1-462c-b6af-a2161b3fea03) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5cd0bc6f-f14b-4c9c-8f64-9281cafe3633) 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 {
}
