$(function() {
	/*setTimeout(function(){
		if (!$("#presentation").hasClass("nivoSlider")) {
			$("#presentation").addClass("nivoSlider");
		}
		$("#presentation").nivoSlider({
			effect: "fade",
			animSpeed: 1500,
			pauseTime: 5000,
			startSlide: 0,
			directionNav: true,
			controlNav: true,
			keyboardNav: false,
			pauseOnHover: false
		});
		$("#presentation .nivo-controlNav").each(function() {
			var c = 0;
			$("#presentation .nivo-controlNav a").each(function() {
				c++;
			});
			w = c * 22;
			pl = (210 - w) / 2;
			$(this).css({
				'width': c * 22,
				'padding': '5px ' + pl + 'px'
			});
		});
	}, 3000);*/
});

//209 - 10 - 88 =
