/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b42f8b80-9e06-49a7-bb6b-5051f70d4b24) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9e75643-27f6-4748-a67d-3eafd1247e98) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eed7c051-c21c-45d6-941f-6130c3ee0bab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1679ce8a-c618-4a4a-ab41-5980aa1856ae) 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 {
}
