/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3025e403-d2c9-42d1-86b8-61b3127c3078) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-96f0d4bc-5f5d-427a-bf50-024bffe7a3be) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-606138ec-40b8-48b4-94dd-519577526c5d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c112e500-0250-47a2-9ebf-66b636ae4916) 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 {
}
