/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78e0fbd8-a48e-4d8d-b2d1-cfc2b6b15f39) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e1bec455-4747-4f2e-bed8-3d03dcebe4f5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d5fd0022-3067-44fe-bba7-5550cf0fbfa5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0831fbb9-3691-4669-a00c-203f4854f2b3) 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 {
}
