/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-023e10ce-26c3-42d3-8b08-c8bcada9b707) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73acea68-d73e-4b84-b052-3a12105a8494) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3170eed9-3da7-43d1-aa30-b32029385fea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0166232f-bb4e-431b-9533-3b1f15d88a8a) 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 {
}
