/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49a81dd7-9b91-45c4-8ba8-96bc0d74f6cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7aa3a5ac-6120-49fa-a4a7-6ba925ad2663) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f908b15-01a4-426c-8ccf-107cc9ab552b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3cf74085-b7c6-4960-a327-c8701832d3f9) 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 {
}
