$(function() {
	try{
		$('#container-5').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });	
	}catch(err){
		//alert(err);
	}
});
