jQuery(document).ready(
		function() {
			$('td.basic').cluetip({positionBy:'fixed',topOffset:-160,leftOffset:-225,width:313,dropShadow:false, waitImage:true, fx: {open:'fadeIn', openSpeed:'500'}});
		});
