﻿$(document).ready(function () {
		$('#tab-navigation').tabs({
			fxFade: true, fxSpeed: 'normal'
		});
	});
