/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a0c0c1c-741a-4be9-bcaf-e1f8f76aab17) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-31707d69-1a14-4d00-97e9-152c035557bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9913b9e8-9f15-4a1f-bc8b-6c77297e0485) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4d099ee-c6f6-45a4-9685-1a4a1fa5823b) 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 {
}
