jQuery(document).ready(function($) {
    $(".tx_pictureshow").find('a').click(function() {return false;} );
    $(".tx_pictureshow").find('.scrollable').scrollable();
    $('.scrollable a').lightBox();
    $('a[rel="lightbox"]').lightBox();
 
});

