$(document).ready(function() {
	$('.tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle', speed: 'fast' } });
});