/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-127c6a63-7cb2-4bba-b9a7-8a983719fc16) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8233c5a0-2522-4eca-8640-6560064d2f91) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9fbe17c2-65c8-4839-bb6c-a78316ccb9ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-01c6871d-5c35-4af4-a9fc-db429ee44aa9) 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 {
}
