/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-34365bfd-cc51-4cda-8f10-3b5112feb76b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2655893-1128-404c-8816-6c8e11d506f9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-84e36b88-1c72-48a4-b37b-3092f21d4784) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9f462f7-2794-4153-9724-ad96a55b0522) 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 {
}
