/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee59109c-2094-4655-ba63-5f4cbdd9f10d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17d32a91-3062-4b99-b17a-a01969493ca5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08b58606-81cc-4925-842d-6817aa489bbc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e56e6c9f-7a5d-405c-840c-1a99ea1fe40f) 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 {
}
