/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-324ee7ec-f7ea-4288-974f-0e79641d26a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f8676a0c-e1f8-4158-b1b8-23c21b8e69e3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-42cd76f3-3440-4ebf-9af2-832408d00d70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-15feb997-e186-461c-ad80-997fa2e8a1d9) 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 {
}
