/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fe102d84-994e-4447-ad97-624398d37685) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-09e13550-ed9d-4167-80f8-10556141f265) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-86f6702d-86ca-431f-8559-1cecb1dce6ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bb1df473-165b-4b5b-b89f-247534089b32) 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 {
}
