/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c38c9b05-d44b-4286-b2d0-b7cc0fc6117c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6bd782fc-9350-441b-b51a-2157257fe758) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af87a2d3-74d9-467e-9ab6-7a4129874c5f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3f87a00-f55e-4722-a37f-04e39ff7e1fe) 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 {
}
