$(document).ready(function () {	
	// Fading Tabs						
    $('.tabs').tabs({
        fxFade: true,
        fxSpeed: 'slow'
    });						
});
