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