/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ab628c0a-ff6b-4ea3-9610-c06862acbaf6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1e72af4e-1f15-484a-b110-a24407d28a96) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-826d1b20-7444-44d3-8257-5840e9e56373) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9c97292a-c075-4609-9eb7-b848ef5e10d3) 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 {
}
