/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e4bba8d-22d3-4a63-9924-082a648ad5fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b98c9a2-db86-4e76-8b38-162fbd30c7b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2755c311-a22a-460d-abde-fb049ac95d6a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c748c255-ca16-4136-b21b-5d7bf54f6d9c) 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 {
}
