/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-172266b5-8abd-4063-9bbb-62b5ba4a0444) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba115478-2aa9-41d7-8ac4-7c2bc82ea288) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d5b2dae0-aeba-484b-b45e-c069e692e97c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8ad01e7-79a9-4fee-a7e4-013f83386f11) 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 {
}
