/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f74020f5-e1f5-45c7-a085-cec8e749d070) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29a94b4c-4a4b-4393-9660-d3a371297489) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8aa530c2-7394-4057-8f6d-aa5705d946c8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-231e5e61-b760-4027-a450-55ccdbf91c0f) 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 {
}
