
#demotip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	font-weight: bold;
	height:150px;
	width:390px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
