/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c15e8208-5b52-4bb9-bb85-ee0a9cc7ad64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-06a35c68-6e87-4094-accb-d961c1021758) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-501afa77-9c23-4337-99a7-4c92bd790f0a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-37b42860-5abe-4766-833a-c8a5f35a6e2e) 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 {
}
