/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4d4f1310-71b1-4866-b528-7628d4b11ea3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-483b6e2e-b41f-46dd-a56f-051416de2372) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bb990cef-7984-421b-9aa4-f9402aa89a43) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8d212143-3994-49be-8148-2c64b72a5567) 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 {
}
