	$(document).ready(function()
		{
			$("a[rel^='prettyPhoto']").prettyPhoto(
				{
					// prettyPhoto overwrite options
					animation_speed: 'normal', 		/* fast/slow/normal */
					slideshow: 5000, 				/* false OR interval time in ms */
					autoplay_slideshow: false, 		/* true/false */
					opacity: 0.40, 					/* Value between 0 and 1 */
					show_title: true, 				/* true/false */
					allow_resize: true, 			/* Resize the photos bigger than viewport. true/false */
					default_width: 200,
					default_height: 200,
					counter_separator_label: '/', 	/* The separator for the gallery counter 1 "of" 2 */
					theme: 'light_square', 		/* light_rounded / dark_rounded / light_square / dark_square / facebook */
					horizontal_padding: 20, 		/* The padding on each side of the picture */
					hideflash: false, 				/* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */
					wmode: 'opaque', 				/* Set the flash wmode attribute */
					autoplay: true, 				/* Automatically start videos: True/False */
					deeplinking: true, 				/* Allow prettyPhoto to update the url to enable deeplinking. */
					overlay_gallery: false, 		/* If set to true, a gallery will overlay the fullscreen image on mouse over */
					keyboard_shortcuts: true, 		/* Set to false if you open forms inside prettyPhoto */
					ie6_fallback: true,
					social_tools: false /*'<div class="pp_social"><div class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=de_DE&href='+location.href+'&amp;layout=button_count&amp;show_faces=false&amp;width=600&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 500px; height: 23px;" allowTransparency="true"></iframe></div></div>'  html or false to disable */
				});
		});
