/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-006e4c45-0e0c-4572-8ebc-92469c8b4604) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-39015733-9d68-4faa-978b-dad81cc1d2de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64e8f3ab-d9e1-468b-9c4f-4d11a14ee88f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a7f1921-fe07-4856-98d5-460fdcd181a8) 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 {
}
