/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78b9bcf3-6955-4db4-902f-fee53ca6fe08) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-191a4961-d143-4304-a49b-db454fc92801) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e234c95-476c-4517-b096-4cef69748ab3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3bc1f498-fff1-4ede-b118-8c4554dbf0be) 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 {
}
