/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b5afd76b-271c-4bc9-84ae-2f7e74a42491) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5e399eaa-9b81-4347-bb84-54778af12403) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9de50405-c0c7-47f8-995c-cada7cb0a0c9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3f1e4cd3-49a5-4d1f-b992-ce5690b9986d) 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 {
}
