/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5b0808f-7383-4259-90ba-2fc21ef079b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eaf23217-4d60-4608-bc77-7815def4ec44) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e55ee1e-e461-4f94-92ab-735a4193f4fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b4ad0766-6b2b-4909-b446-f73a2d952c7d) 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 {
}
