/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e75a3b97-47bb-4ee0-92c5-9920b5b2c0e3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03548830-43eb-41bb-a38e-113bb8eeaab8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6acc3780-02af-48a2-9ad0-53405d807116) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b087122-2860-4b06-88ea-90934b1a89be) 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 {
}
