/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6627c743-a6a8-4b5f-b2af-164457bc6da9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf016d94-8a4c-4216-b2df-c29abcf89adb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4996a290-e97b-43d5-8da0-9ff90073ddf6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81c1fd5a-01d9-4709-9141-27c7752239a5) 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 {
}
