/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c913ba42-3462-4ba9-bd84-0076bcceb04f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c78eda0-18b8-48ab-83d0-29a858a329b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1fd081e4-1239-4a5b-a07f-5525f2fea0ec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7142b6a1-2821-4aec-8bff-6fe5319ac36b) 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 {
}
