/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-81907488-1bc4-4181-baf4-baa78e546569) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d2434971-4b67-4b77-bbd7-c23bb9ff7f8a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6cca8146-83ab-43d2-b8a1-2a87f16de84c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4cb92383-09aa-4ff3-8953-f6fab9e92641) 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 {
}
