/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b5aa3f1-dcbf-4651-a7e7-f1e60bd7a51f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bbe8f63a-3f36-46eb-b508-be5fbb9b16d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f365b5ef-8e80-407a-8331-8a6b77eb6c12) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8a3100b-deee-48fc-9754-3ed912f6b59c) 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 {
}
