/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a7734cb5-cae7-44c6-9549-9ddb9ce1d395) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c815cbae-b555-4f16-a9ea-f201c4b134e1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a54caada-9622-48d0-9a2c-ae5361464bc3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b891fa8-730d-407b-8e36-ff95285ca645) 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 {
}
