/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a41361f9-d238-41b6-8187-fc8b832eeb31) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3966a0a4-3c2f-4ca7-af23-d56f58a93bae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71af897c-2b7d-4a7b-8114-bcb075da9be1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-34e445d5-f802-4e4a-924a-2adb6fbe443b) 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 {
}
