/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-198d66cb-d6c9-4750-9854-e1ae24b60bda) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6fcaf613-5c95-4fc3-b02f-3a00f72837ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc31a300-a23f-46d3-9a38-08d840a5363f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-52a22bdf-10c3-4092-9661-23083c715eab) 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 {
}
