/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b744199-0cb4-4844-a4ce-1b6ad16806b1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efda7547-fa46-4389-945c-3f5edfbf2133) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7829d7c7-88f8-40d3-93ad-7f5a72aee18f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a0640eb-4067-444f-a4ef-bfd6104a3125) 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 {
}
