/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01232941-890a-41e2-8560-aa20a2b18c62) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-64985931-6468-4a7d-9f46-4bca0db14a35) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ce39cea9-d900-4ab2-99f8-c60192ddd6a5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d06c679-0439-4251-aa7a-8b5b2150b545) 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 {
}
