$(document).ready(function() {
    $('#header').cycle({
		fx: 'fade',
		speed:  2500,
		timeout:  2000
	});

    Galleria.loadTheme('/js/themes/classic/galleria.classic.js');
    $('.galleria').galleria({
	    transition: 'fade',
	    image_crop: true
	});

});

