1.)
open custom.js in your JS folder and remove these 3 lines at the top:
//applies tooltips with images
jQuery('.gallery_entry').kriesi_tooltip({applyTooltip: '.item_small' });
jQuery('.gallery_entry').kriesi_tooltip({className: 'text_tooltip tooltip', applyTooltip: '.item_big', tooltipContent:'.gallery_excerpt'});
2.) you can change that by editing the "the_gallery" class in the index /archive pages
open index.php, change line 18 from
echo '<div class="content the_galler">\;
to
echo '<div class="content the_gallery" id="item_large_gallery">';
in archive.php change it to:
item_medium_gallery