/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32689e87-3a3e-4721-87d9-ef3f66af80bd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b32549ab-ed5d-4bb4-bea8-3a164a0e6a8e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a26271bf-f1eb-4a5b-9c3a-3360d5740f89) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4949a2bf-fc5b-44ff-8497-f9b9ffee5d56) 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 {
}
