$(document).ready(function() {
  $('#content .tx-photogals-pi1 a').bind('click', function() {
    return false;
  });
  $('#content .tx-photogals-pi1 a').bind('mouseover', function() {
    $('#content .tx-photogals-pi1-big img').attr('src', $(this).parent().find('.current_big').attr('src'));
  });
});

