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