/***************************************
 * Continue with tooltips
 * 
 * tooltip styling. by default the element to be styled is .tooltip
 ***************************************/
.tooltip {
	display:none;
	background:transparent url(../../images/pics/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
