/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ab34c55-3cac-4e58-85ba-67bdcefe7600) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0a932863-2109-49eb-8e3b-16463a22a951) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5a581506-e4b2-414d-b7cd-bde0c0a99d45) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7b0243b-26bd-4af8-b061-d66535e2b3cd) 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 {
}
