/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-846755c4-7bfc-4be0-bdcc-4beb82cc8131) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00b18aa4-52f6-4b0b-864c-6811f2ec5a94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-94403ea6-82f4-42de-83bc-b57516fa9d3a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36b56086-5152-4924-bc91-f6c5c471fa90) 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 {
}
