$(document).ready(function(){
	$(".tTip").qtip({ position:{ corner:{ tooltip:'bottomMiddle', target: 'topMiddle'}},
										style:{ border:{ width: 3, radius: 4 }, padding: 6, textAlign: 'center', 
											tip: true, name: 'green'}});
	$(".bTip").qtip({ position:{ corner:{ tooltip:'topMiddle', target: 'bottomMiddle'}},
										style:{ border:{ width: 3, radius: 4 }, padding: 6, textAlign: 'center', 
											tip: true, name: 'green'}});		
});
