
$(window).load(function(){
	//rotor
	$('#slider').nivoSlider({
		controlNav: false,
		pauseOnHover:true,
		directionNav:false,
		prevText: '', // Prev directionNav text
    nextText: '', // Next directionNav text
		slices: 16, // For slice animations
		boxCols: 8, // For box animations
		boxRows: 4, // For box animations
		animSpeed: 1500, // Slide transition speed
    pauseTime: 3000
	});
	
});
