/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e19a092-4340-48eb-9fe4-6a6f3a25b0b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fbae4301-5188-4692-93fb-ce05d13b07ef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2275c637-95b4-4f43-a488-f8e366d7f034) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf5ad197-d32b-4c42-a888-a1801629887a) 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 {
}
