$(window).load(function() {
	$('#slider').nivoSlider({
		pauseTime:5000,
		controlNav:false,
		directionNav:false
	});
});
