/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c618ddc8-6d02-4ca0-bf83-2ea6fb8beefd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ef61b329-a21c-4558-beaf-8643793fb6ce) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4dc48521-82e1-4559-9eac-2b61d3ec684c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6820c20a-9822-42db-b82c-48a799c680bf) 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 {
}
