/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a18bc9a-ccb4-4511-9c2f-008391b6498f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a21afc08-9749-4ba3-8574-4ab2f4f9a581) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b73df46e-662e-4fb8-a5f7-f2c82b6f78d0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bcde917c-9ae4-4be0-b480-32d7328fbe7b) 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 {
}
