
			$("a[rel^='prettyPhoto']").prettyPhoto({showTitle:false});
			$('ul.gallery:first').prettyGallery({itemsPerPage:3,animationSpeed:'slow'});
			$('ul.textGallery').prettyGallery({itemsPerPage:1,navigation:'bottom'});
			$('ul.gallery:eq(1)').prettyGallery({itemsPerPage:5,navigation:'both',animationSpeed:'fast'});
			$('ul.gallery:eq(2)').prettyGallery({itemsPerPage:5,navigation:'beside',animationSpeed:'fast'});
			
			code.init();
