/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ab483151-b0f9-4b85-b5c6-cbbc70a532e9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fd793a5f-5458-4de8-9ebf-07fef2fa835b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-114e41e9-6d41-478e-9ef0-889659373ffd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d9445902-691c-4d37-979d-3340ca4ced6c) 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 {
}
