/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0036979a-2dc0-4751-8041-19e54c0a420b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01fdb2ba-2327-4a7d-a8f6-c9534685d429) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6def96fb-16f5-4710-9f83-6b35f68d4ba5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3f592e1b-c2fe-4d46-9801-e9e08a42e062) 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 {
}
