	$(document).ready(function() {
		$('#slider').nivoSlider({
			//effect: 'boxRandom', // Specify sets like: 'fold,fade,sliceDown'
			slices: 15, // For slice animations
			boxCols: 7, // For box animations
			boxRows: 3, // For box animations
			animSpeed: 1000, // Slide transition speed
			pauseTime: 5000, // How long each slide will show		
		});
	});
