/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9c382dc9-8b0b-4647-88a1-04411709c1ca) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2d7ec072-b367-4940-b16c-cc29e673128b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f2b6d3a6-cc48-4b9b-8b6b-11237bfb0df7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-de787ae6-535c-498e-b967-adb16c174e95) 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 {
}
