/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-973963ab-b829-4755-8f8f-3b87b5eb80b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d0023b6-556e-420d-aab1-085e70e7f256) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-044b3ad0-f99c-4d43-8e32-f9bbd6edf20c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c98ca47b-b8ca-46f1-b875-390f517c891c) 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 {
}
