/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d42ab7bd-8130-4325-9afd-739ee2d85ca4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b9196565-516f-4e7d-827a-b40f57082e28) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cffd64f2-47c2-4e34-bce8-381c60a8c110) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-51fcdcd8-db25-437f-92a1-6a0a568ee1d5) 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 {
}
