$(document).ready(function(){
	$(" a[rel^='imagegallery[gal]']").prettyPhoto({
							theme:				'light_square',
							autoplay_slideshow:	false,
							slideshow:			'5000',
							opacity:			'0.9',
							animation_speed: 	'slow',
							overlay_gallery:false
							});

});
