/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aa694a94-e096-4fd5-af0d-197e6cd6750b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-472764b0-0078-4aec-9068-62c73afaa1ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b2fde9a1-313f-4474-ac12-01af14ded6db) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d321044-88a1-49d1-89ad-8832ba988041) 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 {
}
