/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91e2f9f0-333b-4ba3-ac9b-97a34ccd5cb5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91829186-c907-4e3c-be19-cf549676fa15) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b675b3df-7f16-40e6-a197-144870c4d5ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2152ee34-8fe4-4206-8054-476a7ac83891) 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 {
}
