/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d3730c2e-127f-4175-b4f6-9b9276d0b35f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b474c8aa-ac57-455b-b6ae-ceb319abc665) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2fc38655-2837-499e-924f-e0d28088c349) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-654bd36b-5a3a-4e03-82cf-10a50c6b8baa) 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 {
}
