/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa081568-8ebc-4953-a256-e55c9363c81a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de0625c1-7213-4800-b88b-70819295f7f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba423911-66f9-4d65-b566-d385a3d7bbc5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-016841d4-ae23-4408-a103-9f472bf1f7c9) 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 {
}
