/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-485b445e-1fb3-47e7-90d9-634495f02c8e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-14248f11-543d-4cf7-8a66-896cd5914614) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-44f92f5f-980d-4b01-a5f2-3249affac8a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e019b964-1c57-4daf-b82d-c0f709ce4909) 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 {
}
