/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1ab5d56-c2d2-4d77-bda1-d37c095355a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47b7eeda-8c28-4c22-b805-364e5a851dcf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-35932fd6-d285-4247-b172-f6abd9bfd285) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ec3b13dc-f9ae-43c8-90ce-257d8285c92f) 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 {
}
