$(function() {
	$("#beerInfoHolder").tabs({
		event: 'mouseover'
	});
	
	$("#bigBeerDescriptions").tabs({
		event: 'mouseover'
	});
});
