$(document).ready(function() {
  $('a.quicks').cluetip({
					  positionBy: 'bottomTop',
					  sticky: true,
					  width: 360,
					  height: 400,
					  mouseOutClose: true,
					  local: true,
					  topOffset: -110,
					  leftOffset: -230,
					  showTitle: false,
					  dropShadow: false,
					  closePosition: 'title',
					  closeText: ''
					  });
  
});
