/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-051ddb69-958a-4183-8725-d099fe0ae9ac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0fb96443-6077-4779-9067-f9e1cc74480c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-da89bb38-82d8-4854-bbbb-bbc9136da56c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f9ce0a5b-834d-4094-9af3-fb4f76d25b00) 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 {
}
