/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-496cb0b1-777f-4ee8-8007-106fca1bcfab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-577a6b40-20e8-44bf-b676-35d3021ccf79) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8c905d68-8246-49be-92f1-b4126721bac1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd3b45d5-2580-4072-b58f-3780ce5de528) 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 {
}
