jQuery(window).load(function() {
	jQuery('#slider').nivoSlider({
		effect:'fade',
		animSpeed:500,
		startSlide:0,
		directionNav:false,
		directionNavHide:true,
		controlNav:false,
		controlNavThumbs:true,
		keyboardNav:true,
		pauseOnHover:true,
		manualAdvance:false,
		captionOpacity:0.8
	});
});
