/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d165ae4-e851-41b7-beb0-144a7478a0b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d7b6aa38-4931-4c5b-ba0b-58bd14c08cca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ca4cef2-b658-4118-9214-079721bdc5d7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9789d843-cb33-474f-a4b5-17d864abc9e8) 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 {
}
