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