/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b914ee6-aa6b-462c-b7d6-4a3e36b0a52b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cb68e638-9fc9-4112-a7ed-1ea09648ec9f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37c09d0a-6c46-4d97-9f26-4b64c2bcee28) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5ecdbd56-4249-4bd0-9529-783bf770a171) 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 {
}
