/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-33953d8c-ffea-410d-a606-07f174ae9281) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7a29012e-c98f-47ff-9a12-09bf2daac677) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-35af7b22-282a-46db-b257-0a9c6f8c0eec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f76cfd4-e8da-48bd-9549-6c02670200b8) 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 {
}
