/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9007694b-3ba6-43ff-ae57-1b29e058f8f1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8528aad2-706b-4d1b-b178-5260a2965838) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e440947e-f9d9-4c19-8e3d-c1715d9b4596) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3481d1a8-278c-46b3-b7ef-b12ffb5d2585) 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 {
}
