$(document).ready(function() {
	$('#animationContainer').jqFancyTransitions( {
		width : 981,
		height : 357,
		navigation: true,
		effect: "wave",
		titleOpacity: 1
	});
});
