/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db177ccc-857a-47a3-9612-25d287379ad0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e42aae02-2c45-4bbe-820a-cc29882c522c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8de7ac2a-6a88-412d-8550-f78796f4a85f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efda6464-c15f-4105-a95c-15a59c801f79) 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 {
}
