/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3ea9f340-46aa-4f50-86b0-3b35bc5d9448) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3adda881-3e02-4a14-8709-a97be4bc565d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2343d450-368a-4b54-8e04-d317c0c60a21) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-619fab8a-662f-4d0e-8749-6c14b4a83ac8) 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 {
}
