/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-327b2ebd-7ce2-446e-b659-75b4505ef726) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-88694c76-4b0d-42e8-8208-330569c7dda0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-10b341bf-5867-47f2-b3f6-a6857126c6b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-66a74485-bc6c-4a13-b7ba-a30766dc22ba) 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 {
}
