/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0e6f71b1-1ade-46a1-b437-3a3da05efa46) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05dff759-9f48-4b8c-8834-504283707c6c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa2a1494-87dd-4c0b-8517-04ea03d531c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c02f9710-b0fa-48b7-b382-c5253f7b4762) 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 {
}
