/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0989b274-2564-44b6-9ab6-b4cb37f28771) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-247b8b42-502f-4e63-a07d-12899a6da49e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fcf1a047-9a7b-4546-a106-bfe981fc2377) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5773c9de-e6a2-4c7e-becb-176db15d8f19) 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 {
}
