/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7a1c3db6-bbec-4ddb-91b9-36f0bb878c05) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51a069ae-3c25-4e17-801b-e17961624676) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be64f8c2-5a1d-4b20-841e-4b5b4749a83b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8f96bfd-bf08-45fe-8584-83d2458aac76) 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 {
}
