/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee56909b-f5e4-4b4b-811c-20de98466a6c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-378afea7-5780-4688-8d5a-0648e0b9f432) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2c843831-edd6-4a23-bc9a-675d3366b652) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6fb3698-a6e0-48f1-ab4c-f192eda8d024) 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 {
}
