/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-358a09d1-8367-4bb8-84b0-6c37db12b0fd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29c3c02b-7cf4-4534-9720-1a605f3cbfa8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2601becf-ed00-4169-ad5a-40af6f881311) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29de0c20-487a-4d40-a0e3-04c3f6bb0924) 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 {
}
