/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67823a4b-69b4-45cb-8fd9-2832abf6fba5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4253a049-ccd6-4f82-9bd4-730ea5353523) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-006ab3eb-fcc4-4208-a208-b33e2ae42288) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e4938ece-396a-48e4-8a02-a4799b459d17) 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 {
}
