/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa4b9ab6-e9dc-487d-bb6b-fa26c08f49ec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-713ae8e3-ba53-4073-9ae1-50851ea05cb9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67423202-8416-48d9-a89d-80f4f20dd458) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7947a2a5-82c3-4550-b26c-56eee1c1a814) 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 {
}
