
$(document).ready(function() {

	// Should eventually be moved to technique-sousvide specific page js
	$("ul#product-info-dropdown")
		.supersubs({ 
			minWidth:    12,
			maxWidth:    40,
			extraWidth:  1
		})
		.superfish();

});