/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64c8f72c-989f-42ce-9e96-96181e3aeaa9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7a699281-cb86-4d50-998a-7de6f2a1a231) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d8c14be-f553-4efe-b004-47b35d6bcd37) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f42a8ff6-abd6-4157-a561-ddbfcce00b82) 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 {
}
