/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9cd6392c-5c67-4c2d-83d6-e4c343bc4d64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce6bf632-f241-42ef-a447-b7129676f501) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-24263b54-b8fe-4246-b307-39725407d658) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fa40364e-82b0-4fbf-80d8-80f810c9c3f0) 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 {
}
