jQuery(document).ready(function() {
	jQuery('#imagecycle-nivo').show().nivoSlider({
		effect: 'random',
		prevText: 'prev',
		nextText: 'next',
		slices: 15,
		boxCols: 8,
		boxRows: 4,
		animSpeed: 3000,
		pauseTime: 6000,
		captionOpacity: '0.8',
		directionNav: true,
		directionNavHide: true,
		controlNav: false,
		keyboardNav: true,
		pauseOnHover: false,
		manualAdvance: false
	});
});
