/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88d11ed1-101a-4683-bd2b-f480cd65c3a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13697d17-fbf6-4b14-b7fe-f85c062d573e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b31ab000-2fb0-48d4-aa35-909746ad0ffc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c76a4d08-f254-43db-99a6-986fc5659dd7) 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 {
}
