/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96b8528d-72cd-4d79-8c06-d6341fc514b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a73b0111-c24b-4b6e-b4db-44a091e27970) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-924a0d9e-e555-4115-a5b9-6c5cf2d4c184) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c69962db-3965-486e-9b7c-75c10c2e38bb) 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 {
}
