$(document).ready(function() {
	$('ul#buttons li a').cluetip({
		local: true,
		width: 300,
		height: 200,
		positionBy: 'fixed',
		topOffset: -205,
		leftOffset: -275,
		cluezIndex: 110,
		cluetipClass: 'videoiq',
		cursor: 'pointer'
	});
});
