/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6f66a224-59ae-4acd-849b-f678a4540cc4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bda4a7e-61db-465f-bf39-bfab01594f72) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-491089e1-4118-476b-8dc6-9dda43c9c39e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5ba69baf-2c6d-4186-9d4c-82fd345653db) 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 {
}
