$(document).ready(function(){
	$(function(){
		// Tabs
		$('#tabs').tabs();
	});
	$('#tabs').css('visibility', "visible");
});// ready
