/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d909a6f2-af4e-4f5a-b3c0-50f3a8af78b0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0faede1c-efbf-424b-8dac-80ef2644d7da) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65636160-510a-4cba-8df5-addcfdb8796a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-783635a5-7f80-49d7-b5e3-d08fd9ec6437) 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 {
}
