/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-032e7598-35ca-49e7-adbd-af28216b3fb0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-843a8185-4367-4fdb-8c06-ac6f789f5444) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8725c703-acc1-4442-828e-8ea9e89a162e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6ad5f3c1-b4e7-433e-bccc-0151e704170c) 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 {
}
