/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fe52343-2418-4377-aa35-8ba64c149ae2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91b4944b-2fa7-4ae5-bd68-1bd7f864d428) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e29a989e-509a-47ca-8482-a442ba99a39f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-471606db-3103-4fce-a77c-89506c3a0050) 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 {
}
