$(document).ready( function() {

	jQuery("#pics").EmbedPicasaGallery('Lars.Lindenberg', {
		matcher: /./,
		size: 150,        // thumbnail size (32, 48, 64, 72, 144, 160)
		//  auto_open: true,
		//  hide_back: true,
		//  show_more: 5,
		loading_animation: '../img/loading.gif',
		album_title_tag:    '<h3/>'
	});

});
