$(function() {

	$('input, textarea, select, button').uniform();

	$('article').jScrollPane({
		autoReinitialise: true
	});

	Shadowbox.init();

});
