/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b23a1171-00e4-47b1-84bc-ff3f7d2ab4ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02166678-6548-40d2-af55-d9b9abf11f59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-888c9273-12a2-4530-8034-f9aba3a6b26c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-24ab3bfe-89ac-442f-9efe-099ef9c0f004) 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 {
}
