/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48653286-8259-4f8f-9a43-221689841e88) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-423411e1-5942-428c-bc86-18403556b13d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8183c3c9-f32f-4613-9438-40fbf2bd2e34) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a293601f-a09f-482f-a401-cd08e714ac15) 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 {
}
