/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52f416a7-c643-42dd-a99f-831887d7669b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ae91c3c-c172-424c-8a69-668422b94e29) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-088a72a1-25eb-4a1a-a3ad-ea01a0c3f168) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b1b86779-f16c-4b02-b762-ed97c285357a) 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 {
}
