/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-636cae4b-d493-4fe4-8446-0794ca9e8f66) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2321734e-9f8e-49a1-b066-053ce9e1dd50) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-530c3f01-c2d0-42e4-a2fc-4e4a5bceff56) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6f8140fe-5550-48fd-b1a7-8c309e84ee86) 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 {
}
