$(document).ready(function() {
	
	// Tooltips for the companies on exhibitors page
	$('a.company_link').qtip({
		style: {
			zIndex: 9999,
			name: 'cream',
			tip: true
		},
		position: {
			corner: {
				target: 'rightMiddle',
				tooltip: 'leftMiddle'
			}
		}
	});
	
});
