/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f513c00-762e-4f14-8d51-4d69681ce3dd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-07d4a433-7772-40c7-b083-0529706c9e62) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cdf63ddb-19ca-4dfd-8256-b037b5fc1cbf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0c291fb-c15f-43ce-ab06-139bd5f7eb16) 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 {
}
