/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87bf4ae6-7057-4f48-ab9b-4635cfd52c04) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87376fb6-1404-4dc5-904d-310ae6f6f73a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-91dc20a8-82a5-47e6-9a1b-f2f2157923e9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac070258-dc85-420d-965b-91eea586dadf) 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 {
}
