/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9dcb5f3c-942f-4d5a-bd7a-eb0e688c9405) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-75a86e34-f501-4364-b181-e84671186a1b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b6301c4-6937-4cdb-88e6-517e2d5bf955) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89ada356-58f2-4fa5-aeda-9c9c6a399ea4) 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 {
}
