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