/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ae0f7284-070f-4a87-bdb1-21232ff1ca72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6385ea52-5585-482d-b092-c6cb136b549d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f60fa57f-f8d7-443b-98ad-7a3ce32df681) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce0045ed-eba6-49dd-affc-0f3a8f65e2bd) 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 {
}
