$(function() {

	//  initialize organic tabs
	$("#prodTabs").organicTabs({
		"speed": 100
	});

});

