/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-edffd429-6541-48e9-b489-f2a3c35a7d6e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a5c6a3c5-f777-4a39-8e54-410532425934) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a6ab5ebb-18a5-4533-a16b-55906f3daa9d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d502adb7-362f-4f94-ad27-1d60e71be058) 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 {
}
