$(document).ready(function() {	
	$("a[rel^='prettyphoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.5,
		showTitle: true,
		allowresize: true,
		counter_separator_label: '/',
		theme: 'dark_square'
	});
});