/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b0ae191-b876-4a42-9480-b02129b8e20e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-37b6bd34-c060-4b6c-8d2a-46dae42a3611) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba83d546-87e7-42f3-a9c0-09b83f5b04c1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce5e2e42-da83-4b6f-a91d-3ada00b953df) 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 {
}
