/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-291cf982-c4d1-4338-a731-cc0aad503d09) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8385e03a-b303-421f-a61e-4d62d7e7bb83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e2a6888-f721-4389-9109-178a6e96a9c4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c177848-7eaf-4cbe-8562-70a8a19483f7) 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 {
}
