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