jQuery(function() {
	jQuery('ul.gallery').prettyGallery({itemsPerPage:3,animationSpeed:'slow'});
});

