/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ecd21849-2f40-44f6-88f5-697fdc40ff60) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f9477645-947b-44a7-8da2-e59ecb5f2822) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b86e2c9c-07e4-44a3-b6a6-4f61b8a5a103) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3bb2194-e26c-48e4-b3d4-936341a4b84c) 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 {
}
