/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-38956e65-4086-48e3-8182-7d079e438f98) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-744739f9-167d-40cd-8bf7-a947fd7ed129) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c57bb489-e784-41c3-a882-0b627a00a440) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbecbb6a-7c30-459b-b83b-719a0068db94) 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 {
}
