/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02d04bfa-8d1d-4046-89ac-b3219ad7b1c6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de0fe1b4-de0c-4855-beba-34bc66d74d5c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-697b0960-e908-47b4-9f77-1785d1d9dc0f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-002b94a4-487a-46f5-9c51-867da0b071c0) 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 {
}
