
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip { margin-top:10px;
	position:absolute;
	display:none;
	background:url(../images/tooltip-bg.png) no-repeat scroll 0 0;
	width:209px;
	padding:20px 0;
	height:92px;
	color:#fff;
	text-align:center;
}