/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8456aab-1111-4ee9-bc41-cf4f12209550) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-002b42d4-9d32-44da-ac88-be0e75cf9421) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d9346af-5933-4ca2-9f03-d77e44944049) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-32f0910b-f3f6-45de-816f-b5731301791b) 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 {
}
