/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ad97da8d-61c4-4014-a620-3d03372a574a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b118054-9143-4d8d-bb58-58862b5c8b0c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0674ffe9-7b39-4fc8-9b99-cb10bb1f8af5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9133a629-12dd-4fbd-af0c-1146c0c2cd2a) 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 {
}
