// JavaScript Document
$(document).ready(function() {
						 
//======================================================================
 Galleria.loadTheme('/galleria/themes/classic/galleria.classic.min.js');
            $("#gallery").galleria({
                width: 616,
                height: 356,
				 autoplay: 5000,				
				showCounter:false
            });
			
			 $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
	 $('.eventPix').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
	
	
		
//======================================================================
});
