/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-36ca8c75-4498-4288-a703-2fb2b62d9777) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd202659-6768-49b8-830f-843c30bcac5a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af0b3db3-6143-4821-92fb-09b96be57838) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8445caa9-3c46-46ec-aed7-3a1de8dd0359) 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 {
}
