

	// init
	$(document).ready(function(){
	
		// slideshow
		init_slideshow();
	
	});
	
