/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-969becdc-2efc-4589-8304-ba8a3ee505cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c97e85a7-3819-4380-9ebe-7e24edc76db3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c248d1c9-c783-4fc0-93ad-8e496ea530a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-223d5c5e-eaee-4d9a-ba39-302855467ebf) 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 {
}
