/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1b771d3-e009-4b5b-8c14-6e472a083b88) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6174877f-2703-4de4-a99a-86c0c10a9ee8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-931abb9a-95f8-4fd1-9e13-cfa1ca2b0322) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b5912a63-f44f-4bc0-adc7-531c4db76e6e) 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 {
}
