$(document).ready(function() {
	$('#landing-page-tabs > ul').tabs({ fx: { opacity: 'toggle' } });
});
