/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c52b0bcc-a07d-4bc6-aac8-9a565e03c71e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-92b729e1-5deb-4ccb-84c6-5881a22cf76a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b793a566-3b97-4144-bf60-b8246386a091) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-acbeda12-a508-4912-b67f-33c2d42869aa) 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 {
}
