/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20939261-64bf-4862-9f55-5e2d74c59320) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9db6649-56e0-42de-b497-6aa2b4143e5c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e450910e-d141-4e2e-b942-7177c3ccca65) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-720fc449-7d20-4efc-9ab2-dc8bfecbaa42) 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 {
}
