/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cba3ac6a-9223-4dd3-a604-841483eb5b54) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47b1b680-337d-4b3c-8ed7-5f20febbc066) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cbc73612-6ae8-4ae7-817f-c26515aef48e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-661886b0-e7ec-4107-b6b4-a02ab990452a) 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 {
}
