/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-793731d8-fe1a-46ad-9b0a-adcf34fce72d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd2729ff-56b4-46af-aaf8-6cf051b32272) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bea541a4-1b13-48bd-9837-450ae936dc4d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c58cf40-da76-44c8-a733-ed0d48a7ac70) 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 {
}
