/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-54adb496-5475-4820-8c8f-850d697f9bea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2992ad1c-1d58-4cbf-8181-eae286977f19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a8ea9e2-ea9c-4ae0-8a12-890c9b626ed1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1a62c6fb-6728-4c3c-a9b1-ce458378e633) 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 {
}
