/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-97354905-d06c-4b40-99f7-9f1f107a1b18) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-71635d25-e86a-4951-b500-eb4a44e30106) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5797a72b-d422-4f22-971b-1805800db357) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5c29e872-c0ff-4d89-8942-aea63f98ac7f) 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 {
}
