/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82c2b894-57c6-4f16-b321-c7111de54d8d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1d6c4c37-3932-4727-bf8e-83874d44a172) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d62cc80-b206-4688-a14a-944fb02dd27b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b068367-a689-4063-93fa-4aafe5fbaa5e) 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 {
}
