/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-961b2cfc-df6a-4fa1-814c-de322d5e6d20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab457a8c-9afc-4c22-b798-d0dbda6a29b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5de4035-7753-43c3-b913-cf0f420d45c8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06f31737-196c-4833-8b74-7521160065c8) 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 {
}
