/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57e3c97d-7b0f-4b91-a345-f333a4254f44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-500ef584-823e-4acc-9b7c-b409fdf057a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c26a3c4-8e57-4b90-b3a0-edab88fa7d55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e435183-9a8e-4e5b-84cb-d244b03c7d39) 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 {
}
