/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bacf6c71-fe1d-4564-a648-ff11d92acf90) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9eff448-be5d-4453-828a-948cc79e151c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0c26262-f6e2-42e8-8faf-e01c3bfbb301) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86938e3a-703d-4f8b-89cf-c7e8227603e0) 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 {
}
