/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9db5ff6e-559e-47a2-b6b5-84e6babc1507) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0276c540-158f-47e6-862a-db58da4f97aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a25988b-9975-41c7-9b6c-b49fbe371d02) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64e0a124-7740-4600-a941-f14db8a549ab) 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 {
}
