/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52efc293-91bc-45e5-a6ba-f51ba5068efb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e04b19d8-8944-473d-82f4-176490fde172) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18206a38-2dc5-48e6-b44a-367f0e6d9347) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-837c4f58-38c0-42e8-b534-88a074370485) 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 {
}
