$(function() {
	$('#featured_slide').tabs({
		fx: {
			opacity: 'show',
			loop:'true'
		}
	}).tabs('rotate', 10000);
});
