/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-26bb2f21-d32f-42a6-85f7-16a732f3e437) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-520e513f-c251-481d-bfd4-d10480eec6ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dad078e8-527a-45d0-8c08-bc8043f8bf9e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-24f37d8a-7d33-4ab3-9c8c-68cc6ac3e545) 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 {
}
