/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91cd38c8-4bf3-43aa-8cf7-54c94b62ed72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-35194a5a-608a-45a3-82ba-2c643a0944a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5467c391-ccc6-4565-840b-a0e94bf7bc1a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b56dae0-a0f9-4395-9e81-e38b583d02f8) 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 {
}
