/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b37c1d3c-786a-4855-8628-bcf93ccb6fc6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b380c9b0-3d28-4d3a-842f-16834748f819) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-936cb545-5a18-496d-8b7c-b5e88257e870) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6c961e65-1622-44b4-8f98-c9216c83d565) 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 {
}
