/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4f494e08-611a-4916-bcd7-35ec6fb818f9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b7e15cb-3957-486b-9e16-fd6228811645) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-133288bd-1936-46d3-b182-432947a17de3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-02e7da5b-1c99-43d6-a428-0ba7f68a4085) 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 {
}
