/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d7a012b6-4068-4b27-95b6-94688a6710cf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97b6fdd3-0e09-435f-a5c5-ba5ce0a8bc90) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-01ae0464-7eb1-48a4-b151-9d17fde2a6f6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c596b151-52cb-49f8-99e2-72bfd51dcd84) 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 {
}
