/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7eb896d5-7216-469c-9d35-b73b3f67a79b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-965fbd43-310c-4129-aa04-7dca32b96683) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0c975990-b4c3-4bf7-afda-409f1e4941ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-113d4120-6496-451c-90f2-bf64074c6586) 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 {
}
