/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a075b470-663a-4182-9e5b-7018331fbbe4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86abea6b-a03d-447e-9230-924766def553) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c80c6fff-0804-44a4-82a9-935299047499) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e5c986c-c509-41d7-83da-b60203984163) 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 {
}
