/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-888ed1a9-d76a-419a-b4f4-48ae8832f5ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4504ac08-f900-4a21-8268-cf6817a37d19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6055f946-84c9-40df-ad50-4517c704d4f5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a8234eb-d955-4c43-b9b9-1f0913e8a73e) 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 {
}
