/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c5bf0f4-01d3-4480-b82f-10f55bacf0f9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c34eb34-a402-442b-82f5-fdce7459e841) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e59a94e-31ac-4c60-b481-5156baf0f74a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7718ce83-ad82-4a27-ba19-4e5131e57ed9) 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 {
}
