/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31b8b1b3-cedc-49d4-ae47-e4bf89d69aba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3ec2e351-5c18-42ab-96b8-338f287f5790) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e53fa0eb-9d0b-4f8e-9ac7-ca8b050b9563) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d44bf02-6395-4049-bd9b-08965719e8fa) 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 {
}
