/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0c07fe55-e766-4f8b-a027-9604c5a3b424) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65163aa1-142a-406f-baca-a630bbf62fff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c8ed2056-e6d3-4a92-9373-f364bd69ea87) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e45f15ac-02ff-48c6-9b10-c48bf1e03a6a) 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 {
}
