/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-738bc2e3-a4fb-428c-ae8f-bc1538e9f31f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6d0200ba-b93f-4504-bf1c-1c19d4ccdb36) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-89e43647-1259-4e46-8d03-d09e306e12e2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3879897f-903a-4a94-9021-ee87b69349ec) 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 {
}
