/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7259f346-1b4f-4802-8a40-6a49ac2f58b2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01a7ce39-6394-4327-8648-22b2e342e8f2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33b74cb6-db66-42fd-8ede-1a7930c306bb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e7ecbea-891a-49c9-8318-894fd8c0ffea) 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 {
}
