/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9aa1d3c3-5f17-41e4-bcb9-9a9ccb887cb7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf043162-2208-4b40-b606-dd4a3b2622cf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0e44a8f8-10ac-467a-8ce3-85e8b13ae130) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8953b6b5-23e7-4bc3-a6f2-05eba910333d) 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 {
}
