/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4b426f76-8eb0-47ab-ba47-cb72286364fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ccfaf681-ade5-4209-8d16-bcb6a495a67e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4919ea5a-164d-41dd-8254-9bf4f147d934) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d9105a3d-7676-496a-933b-88a6da703c17) 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 {
}
