hi
after updating joomla to 2.51 and image_show to 1.24 it is not possible to select image.
the black alpha layer is there but the image explorer is hide in the css code:
#sbox-window[aria-hidden="true"], #sbox-overlay[aria-hidden="true"] {
display: none;
}
after changing to display: block in the firebug the image explorer is display.