jQuery(function($) {
	$('#slider').nivoSlider({
		pauseOnHover:false,
		directionNav:false,
		captionOpacity: 100
	});
	$('.nivo-control').html('');
});
