jQuery(function() {
	jQuery('#banner').cycle({
		fx : 'scrollLeft',
		pager : '#banner_btn'
	});
});
jQuery(function() {
	jQuery("ul.tabs").tabs("div.panes > div");
});

