/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4a5cfb1-f117-4526-b70d-3a772d84d979) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee8b6ed7-7689-449a-8d25-295518ca9961) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0caef15-4f90-4ce4-9372-df147370d997) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6fb7ff3f-1e6f-4bac-af86-1aba07218e79) 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 {
}
