/*-------------------- normal
*/
$(function() {
	$('#prefferred > ul').tabs();
});


/*
$(function() {
		   $('#prefferred > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('prefferred', 2000);
});
*/

