/*-----------------------------------------------------------------------------------*/
/*	Tabbed Widget JS (if active)
/*-----------------------------------------------------------------------------------*/

jQuery(document).ready(function() {

	jQuery("#tabs").tabs({ fx: { opacity: 'show' } });
	
});
