/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-326296dc-5e7b-4024-b425-094b0c87b4f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da8c8710-bbda-4db3-a61c-4dcc8923224e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-258eb6bb-5c04-4016-ba55-6864a56a4ccd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9fdb7d78-bd07-4233-9600-c8f5aa3d7504) 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 {
}
