/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-37240559-b66c-4609-b570-cf421d0c7118) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-957e3d32-935e-472d-b92b-ba9dcf4bddda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-55203436-52d7-4c0c-b8a8-e700dc354dbd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d70cdeaf-ec3b-4b70-958a-da98da9150e9) 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 {
}
