/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-16d26e60-a74b-4b32-b602-7e7c92188ca0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0ea0e1f2-2236-4ae7-b414-e78a438bd993) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f660979c-86b6-4006-9738-3ffd94001b61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d1150a50-8e1e-478d-9952-efc0f98b35ad) 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 {
}
