/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b61b5ff6-f8cf-41ff-88dc-ee144eebaae9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-99308a98-ec80-42d3-901d-3c63d5b82c84) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd005e13-7323-4482-9fcd-3915fbfe1698) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5113eb45-3d0f-4508-abc7-ad9efb6a9710) 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 {
}
