$(document).ready(function() {
	$('.box-black > ul').tabs({ fx: { opacity: 'toggle' } });
});
