/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4da6b1a3-03ad-4ce6-840c-833028b7e7cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9c90fed-ac36-4896-85ee-fe13b57ce5df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52960cdc-de01-4966-ba72-9bcb39dc14d0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f06d6363-00a0-4584-a5d6-62057af65cc6) 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 {
}
