/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-add941d5-e968-4887-a706-96cd23bc5c93) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea8a9f09-6a37-463f-b841-b2b3b9de9569) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e05f9b88-b239-4569-922a-ee0c0e787257) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f95d66d-56a6-42d6-8393-89f562dd47b3) 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 {
}
