/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1cffeaf3-688d-4687-b3f7-3139586d1e15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-538136cc-5118-474b-8441-d77a8befa2a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b1fbe46-84fe-4619-8f29-cba83f9a8266) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94f47d52-cc3e-4e0c-8791-5afed49d2c6c) 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 {
}
