/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-72bc0fcf-e997-4d5b-bf1a-7a30e497d607) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-16df33e5-c29e-4e00-9b96-f433d29a7713) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a533c24-d757-4171-92b8-6539c761ad76) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9ee54e67-cd46-4719-a46b-8969fca6d07f) 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 {
}
