/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6f9749db-5cca-4f44-aca1-f542c768badd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b38fcfb0-891f-433c-8163-f9059503c53f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-387eb54a-3b1e-4b16-8083-4c5b251d1ae5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae72f013-8a71-4dd2-95de-eaeef41c01f2) 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 {
}
