/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55c96794-24ec-4d88-8619-d82302078c89) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1c0a757a-99e2-4441-a736-3c3361dc1d59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0cf37802-c402-444e-a7a0-6265367d811d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-04741bde-7521-4347-b642-35ba012a5099) 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 {
}
