$(document).ready(function() {
			
	// Startpage slideshow
	$('#slideshow').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '615px'
	});
	
	// Project image gallery
	$('#gallery').galleryView({
		panel_width: 668,
		panel_height: 419,
		frame_width: 88,
		frame_height: 58
	});
	
});
