$(function(){
  $('.zoomme').zoom1().click(function(){
    $(this).zoom2().fadeIn().click(function(){
      $(this).hide(); return false; })

    .end().parent(); return false; });

  $('.bw')

  .zoom1().mouseover(function(){ $(this).zoom2().fadeIn(500); })

  .zoom2().mouseout(function(){ $(this).fadeOut(100); });
});
