/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-859f1e5b-05b8-496f-987e-3ffbb450a7f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aae67574-9c27-4751-9649-18bad8216141) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60292975-83ff-4e0a-8c42-63f707399892) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6fb0d3c4-da7b-46ef-868f-fcf056fad7e3) 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 {
}
