// JavaScript Document
$(document).ready(function() {
			
	$(".tabs").tabs();
	
});