/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-441b5f0f-f527-4434-8e5b-5380232b000f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c21975b0-2336-49c4-8431-1efe953b07b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d07c5141-9a0c-4ae3-b2ad-c8a21ff18bf5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6f2846ff-07b7-4ecf-9a03-e67743199c3f) 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 {
}
