$(function() {
	$('#slidebox_slide').tabs({
		fx: {
			opacity: 'show'
		}
	}).tabs('rotate', 3500);
});
