$(document).ready(function(){
	/* This code is executed after the DOM has been completely loaded */
		
		Galleria.loadTheme('themes/classic/galleria.classic.min.js');
		
		$("#imageGallery").galleria({
        width: 700,
        height: 438
    });
		
	$('nav a,footer a.up, back_up a.up').click(function(e){
										  
		// If a link has been clicked, scroll the page to the link's hash target:
		
		$.scrollTo( this.hash || 0, 1000);
		e.preventDefault();
	});

	VideoJS.setupAllWhenReady();


	
});
