

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.tooltip {
	display:none;
	background:transparent url(black_arrow_small.png);
	font-size:12px;
	height:70px;
	width:150px;
	padding:25px;
	color:#fff;
	text-align:center;
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
