/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4bb1d6e-aec8-4bca-a57c-5ff324b4b5f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a13fc6be-6d73-4ab7-9bd8-a83db91019e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-513dbcbd-e144-48ba-bf6e-6a88e80c4b8e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72adafa5-1446-434b-aa71-58cb9b3a604f) 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 {
}
