/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b493d958-c93c-4121-8131-e774e11638e5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7357278-1c9d-4667-9d1c-ad769125934b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56b779a4-97c8-41fd-9c49-4b588809786f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-88e0ef7d-efcf-49a9-a007-b509d605a2cd) 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 {
}
