/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7617ab0-a4ac-43fe-82b9-4fc19e3eac2e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b6b0e793-930c-4818-8f42-3956aa744e00) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d2baefe4-b959-4730-ba69-f3e6dbe34fea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06a872a9-ecea-4c41-9c83-7ff61d4af6cf) 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 {
}
