/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-59bf1c88-f7c3-4bd0-aed9-a8bac6bedfae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e605892-4ecc-4325-af30-949d44938919) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0128df19-4c8b-4f1d-b4b5-ddca5c4c4697) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b681511-677f-4095-afe6-f955eb9dda34) 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 {
}
