/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40693577-3484-4180-ab74-28a7cc8f968d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8521415a-8256-4459-b809-dcc0818c16f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56d2ce9c-203c-46d3-9011-8f1d26784c8c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4508abc5-ebe5-455c-ba08-1f2dc017acf7) 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 {
}
