/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3243e9d7-3d98-43dd-aa48-0d20caf42a6b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c4aef82-4b8c-48db-b4dd-e9c7f0b2c10f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a3b8f34-8151-44cb-9c08-27f4eb579098) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a704ce17-1138-4daf-b6f7-54bb8c84901f) 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 {
}
