/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-740f2a8f-c3cd-414d-833d-25c05d7b6c8a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e0192a68-709c-44b5-896a-5426129fbb68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7684c520-8f0b-410e-be51-5cb9715c0597) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ca664bc-1270-44e1-ae26-e990c93e8c4c) 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 {
}
