/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6ce3c1d-9250-4ea6-b161-900cb2060c78) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43977523-dc49-46a5-a77c-905f68a73950) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b443233a-6842-4628-9731-edaa37f72186) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d23a50a9-0ac4-4ab8-9d61-51b7ab342a29) 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 {
}
