$(document).ready(
	function()
	{
		//theme: 'pp_default', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		$("a[rel^='prettyPhoto']").prettyPhoto(
			{
				animationSpeed:'slow',
				theme:'facebook',
				slideshow:2000,
				social_tools: '',
				deeplinking:false,
				allow_resize:false
			}
		);
	}
);
