$(document).ready(function(){
	//pretty photo
	if (typeof $("a[class*='prettyPhoto']").prettyPhoto == 'function') {
		$("a[class*='prettyPhoto']").prettyPhoto({
			padding: 50,
			opacity: 0.35,
			showTitle: true,
			counter_separator_label: '/',
			theme: 'dark_square',
			modal: false
		});
	}
});
