/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:9px;
	height:78px;
	width:150px;
	color:#fff;
	background-color: transparent;
	background-image: url(../../jq/tools/black-sm.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
