/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a6562b88-fb19-4d86-84ee-c013bfad1e7b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8491403b-3eeb-43f3-8565-4c5dfc79d46b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e74501b9-30db-43a4-b439-f7efb1a15350) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc410cf9-ff02-4627-8a41-deb6fce6ee3b) 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 {
}
