/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83d1633f-8508-4ccc-8ce8-a2434d697e75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bba82448-6c74-44a2-ac95-078c636dddc7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0c1a66fd-baf6-42b4-bdb6-b54c2a0d044b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14f69b60-9305-4381-aff0-25220bbf76fa) 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 {
}
