/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d6c5d7d8-0582-4817-95e0-8c7c2e9b7cf6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c7019534-8150-4787-b66b-d6c205c0bf9f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0bf77097-ff78-4efb-a02a-979e63cf67d3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6e0d3218-e313-48ba-bd0c-977de897e7da) 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 {
}
