/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1d54ca7f-2047-4ca7-955a-52ca6f793121) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8dba3c1a-c76f-4009-9003-212745755651) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1c39ddfe-1940-4193-8540-01f4973cce89) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a5ea3b66-d9e4-44de-ac3c-88b975e026c4) 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 {
}
