$(document).ready(function(){

	$("a[rel^='prettyPhoto']").prettyPhoto({
		animation_speed: 'fast',
		show_title: false,
		hideflash: true,
		autoplay_slideshow: false,
		overlay_gallery: false,
		allow_resize: false,
		theme: 'facebook',
		social_tools: '',
		deeplinking: false
	});

});
