/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-137194ba-7a25-4792-90c8-e3b73f99f05a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d1c33d4-1f14-4df3-b280-7c99f4eb0f0e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1bd5a482-d389-4177-a1f2-2ca8e15c44b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fde54de2-7012-4aae-8a89-eaa35fc177dd) 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 {
}
