/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-107b7c92-bdc5-4476-ac68-2f77c77279e3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ac5cf1b7-100a-47c7-b61e-648dc86c568b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-530c36ca-82c7-4be7-9919-5acb97a59f0c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b66899ee-6045-44ce-ab47-5dea8a69140a) 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 {
}
