/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e9200d08-1f4f-40ac-b198-2092bf44bd41) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-767938be-5f51-4ab0-888f-693e491ac1ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-24235697-9f94-4ba4-99c5-e24fbfa798b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2eed8ff5-e6da-4fd5-82da-87cc7271a297) 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 {
}
