$.fn.wait = function(time, type) {
	time = time || 8000;
	type = type || "fx";
	return this.queue(type, function() {
	  var self = this;
		setTimeout(function() {
		$(self).dequeue();
		}, time);
	});
};
function cambiarImagenes(){	$( "#img10" ).hide();
	$( "#img1" ).fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img1" ).hide();
	$( "#img2").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img2" ).hide();
	$( "#img3").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img3" ).hide();
	$( "#img4").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img4" ).hide();
	$( "#img5").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img5" ).hide();
	$( "#img6").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img6" ).hide();
	$( "#img7").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img7" ).hide();
	$( "#img8").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img8" ).hide();
	$( "#img9").fadeIn(400).wait(9000).fadeOut(300,function(){	$( "#img9" ).hide();
	$( "#img10").fadeIn(400).wait(9000).fadeOut(300,function(){
	cambiarImagenes();
	});});});});});});});});});});
};
