/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-379f2673-3d52-4c90-9b7c-702c967d50e4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89b6147b-697f-4e78-847e-4f1a84fde952) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-187f6050-8f5b-4743-913b-15089ee873f7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5178dc94-46b1-49ca-89f3-9717c0eaeedb) 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 {
}
