/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-efdc6ccb-8ca6-4ebb-a0ac-6d7a5e5e7c1f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-46bba312-b480-4653-9429-f98f9d01e6a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1f60a327-853b-4412-bdaa-4d3fb85a325b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5b0a55b-a1bc-49ea-93a1-f333d99f794b) 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 {
}
