/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-30580819-d84c-49e4-801c-1191628cd9e5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08452572-0f1b-45ce-9720-cf8760ec873d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b8450050-0a33-4f61-a2a9-67345119ca83) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-323f7141-59df-4015-a518-c54a18f89b4d) 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 {
}
