/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a4eb4ab2-5a84-4b1f-bc86-a7d5c03c7a3c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9890e50-7554-4145-8360-cb60f41ba3c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e06c53a-87e4-404c-bda7-c8024b3c1a11) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a3bb93c-c711-4fcf-ba8b-cdbac8fca0d9) 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 {
}
