$(document).ready(function(){
    	$("a[rel^='lightbox']").prettyPhoto({
    			   animationSpeed:'slow',
             show_title:false,
             overlay_gallery:false,
             social_tools: false,
             deeplinking: false
    	}); 			
});



