/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ab7f034a-d62d-4b20-9620-418c1ea739c5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-68b77fa5-5034-449c-9128-d97d8cb78386) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a10b0905-4fc9-49b0-b6ca-49f38e8f862d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-622d09fc-226a-47b5-bb11-605c1f913f66) 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 {
}
