/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c275816a-c45f-4e5c-b35d-721b5a7e8c10) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f62bc49c-7f44-4bb2-add4-1598707c6331) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-331deab3-3b49-47d0-98fc-5b67df75883f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-559a992b-0e49-48f7-8bf9-2a6b27c020d3) 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 {
}
