$(window).load(function() {
	$('#slider-1').nivoSlider({
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		slices:5,
		animSpeed:600,
		pauseTime:4000,
		directionNav:false, //Next & Prev
		controlNav:false, //1,2,3...
		controlNavThumbs:false, //Use thumbnails for Control Nav
		keyboardNav:false, //Use left & right arrows
		pauseOnHover:false, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
	});
	$('#slider-2').nivoSlider({
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		slices:2,
		animSpeed:600,
		pauseTime:6000,
		directionNav:false, //Next & Prev
		controlNav:false, //1,2,3...
		controlNavThumbs:false, //Use thumbnails for Control Nav
		keyboardNav:false, //Use left & right arrows
		pauseOnHover:false, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
	});
});
