/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b12d6a6d-9056-4bf5-aa1b-ffbfd33ccb4a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3634ef85-01a1-410f-959d-6f7cb65d0330) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-77220852-2e8f-4c37-a35b-a36b9d9f8f9e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d7f288a-7690-4886-8fa9-89ca67f4f948) 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 {
}
