$(document).ready(function(){
	$('.prettyGallery').prettyGallery({'itemsPerPage' : 3, 'navigation': 'bottom'});
	$('.prettyGallery2').prettyGallery({'itemsPerPage' : 9, 'navigation': 'bottom'});
	$("a[rel^='prettyPhoto']").prettyPhoto({slideshow:4000, autoplay_slideshow:false});
});
