/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4527b459-60c7-4365-a403-55ce7d27bdcc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-66772a9e-044c-43be-adc5-7fa7babebbb8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8604bc29-107c-4803-bfa7-5b94a76a9b90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06f54738-5d2a-481f-afe8-a8373564b37f) 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 {
}
