/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f652538d-87b6-4cb0-aa10-0fabfa7e4b73) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4aa76562-86e7-43bb-b0a7-0a68a453026f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2698863e-3b8e-4cb3-8c83-426952f0b04d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f5885e4a-8445-4c53-89f7-232997040d4d) 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 {
}
