.ui-resizable{ position: absolute; z-index: 101 }
.ui-resizable-handle { background-color: lightgray; position: absolute; z-index: 101; opacity: 0.5 }
.ui-wrapper { z-index: 101; }
.ui-resizable-s { width: 100%; height: 14px; bottom: -18px; z-index: 102; }
.ui-resizable-n { width: 100%; height: 14px; top: -18px; z-index: 102}
.ui-resizable-e { width: 14px; height: 100%; top:0px; right: -18px; z-index: 102}
.ui-resizable-w { width: 14px; height: 100%; top:0px; left: -18px; z-index: 102}
.ui-resizable-se { width: 18px; height: 18px; right: -18px; bottom: -18px; background-image: url(/css/images/ui-icons_222222_256x240.png); background-position: -44px 2px; z-index: 102}
.ui-resizable-ne { width: 18px; height: 18px; right: -18px; top: -18px; background-image: url(/css/images/ui-icons_222222_256x240.png); background-position: -12px -2px; z-index: 102}
.ui-resizable-nw { width: 18px; height: 18px; left: -18px; top: -18px; background-image: url(/css/images/ui-icons_222222_256x240.png); background-position: -114px -1px; z-index: 102}
.ui-resizable-sw { width: 18px; height: 18px; left: -18px; bottom: -18px; background-image: url(/css/images/ui-icons_222222_256x240.png); background-position: -82px 2px; z-index: 102}

#imageListBox {
 margin-top: 10px;
}
#im-menu-image { width: 100%; }
#imageManagerContainer .previewImage {
    position: relative;
}
#imageManagerContainer #im-menu {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
}
#imageManagerContainer #imageList {
    overflow: auto;
    white-space: nowrap;
}
#imageManagerContainer #imageList img {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
}
.dragged_img{ 
    min-width: 100%;
    min-height: 100%;
    z-index: 101;
}
#im-menu .imageContainer button i {
  margin: 3px;
}
