/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-41a532b3-cc73-4503-9012-41e9399247c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a116daa6-3636-4334-a5d3-55a4a6da0c43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9257cf7c-15ef-4b97-9ce2-9915f6a44f2e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d7c032a-62b6-49c7-ae02-d764c2071fc9) 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 {
}
