/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13ee05e2-7c00-433f-8547-d6a3166a587b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67567e1f-5784-4f89-b9b6-adc96296b8a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f196d2bc-6893-4aec-8317-c8347b266e78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e8c7aca5-8c9e-4aea-810a-b091b0c78b60) 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 {
}
