/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-187ccb5b-a6d4-4ac4-9499-93b0ab757c29) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7e61b1ba-8767-4a86-9cb6-9061a24caf6a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0e643edc-99d2-49c8-b42b-fff62928262c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7df19e65-6eff-4dd1-91ea-34ee7177c495) 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 {
}
