/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6c6ae058-7990-4c7d-ab35-afac8d436c29) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-286d7bab-d4a6-40e8-b12e-66bc9d65d79c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-857b7143-ee00-4745-9b49-71a599d03a2c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8d2707a0-2a54-417e-b12b-0baed76b88d7) 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 {
}
