/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d7163019-15db-49de-9f8d-aa20f02098c3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-46a9d4c0-db9c-4228-85a5-840c15038337) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c3039983-098d-4849-bceb-17937ef83503) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1752833b-d939-4aeb-bf48-fe3d4d35b10c) 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 {
}
