$(document).ready(function() {
	$('#products-tabs > ul').tabs({ fx: { opacity: 'toggle', duration: 'fast' } });
	//$('#products-tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
