/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d8f7ca5-01c4-4d50-a47e-8a88b02aea25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-16c2b607-7a18-4767-ade3-7ea9444f7fea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dca1930e-2a7c-44e1-a033-26cd23e66664) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-759a09b9-a317-45cb-b5ec-8c077064ae39) 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 {
}
