$(document).ready(function() {
  $('.quicks').cluetip({
					  sticky: false,
					  width: 340,
					  leftOffset: -360,
					  local: true,
					  showTitle: false,
					  dropShadow: false
					  });
});
