/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a7b9f4cd-adaa-45a3-a88f-edc576bfb89f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-875e5d1f-26a9-4410-a1cd-a4d06e32f7ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c06c02fa-fc6d-4cfa-927e-5ea0624ce2a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bfa42ce6-3842-456e-bf36-e7de04cabaaf) 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 {
}
