/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4d31dd2b-2cc5-46a7-9e9c-1bf9fbfeeb2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2d792e38-c266-463f-8267-99a67ee56141) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-19ae5490-b56f-4b98-a916-26347f11c1b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9b8ed01-c8f8-428e-9971-0159fd00dae9) 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 {
}
