$(document).ready(function(){  
	$("#caption").tabs({
			fx: {opacity: "toggle"}
		}).tabs("rotate", 5000, true);  
});
