/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-76555a78-22b6-4f7a-8745-df45b87f55c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7274bb74-c977-4e5a-a391-fda8741370ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e8103931-a355-4d44-afef-9f55b62815bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9d5ac9b-98ec-4064-a705-c3e9a9840753) 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 {
}
