	$(document).ready(function()
		{
			$("a[rel^='prettyPhoto']").prettyPhoto(
				{													// prettyPhoto Lightbox
					animation_speed: 'normal', 						/* fast/slow/normal */
					default_width: 200,
					default_height: 200,
					opacity: 0.40, 									/* Value between 0 and 1 */
					show_title: true, 								/* true/false */
					counter_separator_label: '/', 					/* The separator for the gallery counter 1 "of" 2 */
					theme: 'light_square' 							/* light_rounded / dark_rounded / light_square / dark_square / facebook */
				});
		});
