/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8e3f3c7d-d553-4b00-b42e-6fbe19b1ab95) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-505fe596-2dce-425e-aaef-5229baca5948) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-126f9598-dc8c-4a08-aef1-7321a297daf8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-134ba1d9-016b-4c70-9316-69b3e54d20d7) 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 {
}
