/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e4bfed8b-b94a-4aa6-b930-e47084dc1cab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-941b5f0b-0b4e-4019-b8fe-a56a96964665) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5143a9cf-f78f-4fcb-9992-c0bc95204257) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a986ca34-b0b1-4cae-b503-faa182c46281) 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 {
}
