	$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({
			animationSpeed: 'fast',
			padding: 40,
			opacity: 0.85,
			showTitle: true,
			allowresize: true,
			counter_separator_label: '/',
			theme: 'light_rounded',
			callback: function(){}
		});				
	});
