// JavaScript Document


// INITIALIZE JQUERY TABS 


$(function() {
	// :first selector is optional if you have only one tabs on the page
	$(".css-tabs:first").tabs(".css-panes:first > div");
});

