


// ON LOAD ITEMS
$(document).ready(function() {
	
	$(".prodtabs > ul").tabs();	
	
	

});
