jQuery(document).ready(function() {
  jQuery('a.item_block_tip').cluetip( {
	dropShadow: false//,
	//sticky: true
	});
});
