/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db130342-f601-4683-95c9-fac2274af4f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-84f683d1-5e4e-4418-aa9f-7afd010c3522) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52ed6961-ce56-4014-9805-72b8cbbb74ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48c72cd4-6062-447b-b16e-75ce48d449b1) 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 {
}
