/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a807ccda-8a9a-46e2-9963-9f9524dc11d6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2842131a-1fc9-49c9-a5e0-963d29a8d841) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1763ab6f-d5c1-436a-95ec-e209a553acb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6d213f09-1153-406e-baf9-09539a1fb565) 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 {
}
