/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2ebc533-4fb1-4de2-8c1c-7d0c3ba0fb73) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-45c0f547-8736-43b7-b025-6c7db7292c20) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5eb2e569-4593-4505-92b6-f6b82e12aad0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63166dd7-df4c-4d34-8f04-316cee81f87d) 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 {
}
