/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a2e9bd9d-522a-41ab-b1b8-f0001468b50c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a137378d-27ec-431e-8564-26e1c998ad19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-226e63ca-4c63-4136-a72b-3e0e3b2f8bb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67ef297f-7212-43d0-a11e-495c8a0f35a5) 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 {
}
