/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-24b940a1-3442-4c93-ae08-c21e50ebf17e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-782ec9aa-f283-40fa-8dc2-52aca2cb8ba1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bbfbe772-e064-4830-bbb9-8813f43f0ab5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ce0c7e3-9c5c-488b-9f2f-2d56acfb2bc5) 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 {
}
