/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-514a4f71-a015-413d-b20a-0bab828fe4d0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf942852-4e48-44de-b69c-4a343b0fd950) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aeec98d7-6ac0-4cf3-933e-01701e46d21d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ccf5570d-e934-49cc-9718-569ccb129df9) 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 {
}
