 $(function() {
	$('#slider2').nivoSlider({
	   effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	   slices:10,
	   startSlide:0, //Set starting Slide (0 index)
	   directionNav:true, //Next & Prev
	   animSpeed:500, //Slide transition speed
	   pauseTime:3500,
	   directionNavHide:true, //Only show on hover
	   controlNav:true, //1,2,3...
	   keyboardNav:true, //Use left & right arrows
	   pauseOnHover:true, //Stop animation while hovering
	   manualAdvance:false, //Force manual transitions
	   captionOpacity:0.10, //Universal caption opacity
	});
 });

