/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52ddf281-36c9-4fd6-8375-19302bdc6f3d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44928696-2c15-4905-a7ca-4751fc110e68) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa9e2a37-4478-4c4c-980d-787b3b8ba6da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b10372f-f09a-46a7-a956-4e35f83211d0) 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 {
}
