/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e9c44075-d726-4333-b4f1-2a1a69d3e132) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a7b9aa7a-87bf-41a4-bdaa-b5d901c92ba3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a6704513-4071-497e-861a-23a81e8c33d8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ff32566-4c1a-4d43-b493-fed150523f76) 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 {
}
