// <![CDATA[
	$(document).ready(
		function(){
			
			$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal',
				padding: 40,
				opacity: 0.35,
				showTitle: true,
				allowresize: false,
				counter_separator_label: ' | ', 
				theme: 'light_rounded'
			});
			
		}
	);
	
// ]]>