/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4991d739-bc3a-4f6d-b202-13c192b7e81a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6061312b-b435-4534-ba13-58030ff5937c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-79235b79-6227-459b-b904-706bbaa5e880) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-15955250-e543-49bc-a61d-525be8075b1a) 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 {
}
