/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80846e86-91f7-4409-b261-8ab181bea0f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6e3644a1-1ccf-4ce1-9640-734895b259f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ce5253ed-8ea2-4e62-a248-95d80b01b315) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-37309cc0-74c1-4ed2-a339-d64c584b02ef) 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 {
}
