/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-17308254-a62a-42c6-b2a9-f17c6cbd28ec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01076aa2-fe27-47de-a7e0-ac1614ba702f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2e29e3e-13ce-472c-bf19-95b3c7394bc9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efb69327-f161-405a-874f-9c1c93e97bb3) 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 {
}
