/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-775a3b70-bcaf-4d99-9935-e96eec9d8eda) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e22e1600-b825-4883-a49c-e50b62abb60f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c17d3aad-2882-4417-ac07-9ed13b7c790d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-252bb93d-e949-44cd-a271-86e5fb416238) 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 {
}
