/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-123d0ac3-ede5-4842-929b-633af3e4b02c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d4aa9db-c635-4f39-a843-6bfa1e13d223) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a7700ea2-178b-4ae2-8aec-2fdc073d2305) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ceaeef59-1794-4d65-b971-4c8da72e6cf3) 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 {
}
