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

