jQuery(function($) {
    $('#thumbs').ncGallery({
        lgContainer: '#largeImage',
        tbContainer: 'td',
        fx: 'fade',
        getCaption: function(data) { return; },
        speed: 500,
        displayCaption: function() { return; }
    });
});