/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3456aabf-e7bc-49dd-8cd8-6522e2404964) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-759d3885-da81-4c22-ab46-ef38b3db1a42) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67b72b47-50c7-4e82-b32c-8a6f83a69144) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40b36be9-f549-470a-9d2c-fbd075685fd2) 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 {
}
