jQuery("a[rel^='prettyPhoto']").prettyPhoto();
jQuery(document).ready(function(){
// initialize tooltip
jQuery("#smbar img[title]").tooltip({

   // tweak the position
   offset: [10, 2],

   // use the "slide" effect
   effect: 'fade'

// add dynamic plugin with optional configuration for bottom edge
}).dynamic({ bottom: { direction: 'down', bounce: true } });

});
